#12E18B

Color #12E18B Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #12E18B

Tints of Caribbean Green #12E18B

Color information

#12E18B (or 0x12E18B) is unknown color: approx Caribbean Green. HEX triplet: 12, E1 and 8B. RGB value is (18,225,139). Sum of RGB (Red+Green+Blue) = 18+225+139=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 225 (88.28% from 255 or 58.90% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 225 - color contains mainly: green. Hex color #12E18B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E18B is #ED1E74. Grayscale: #999999. Windows color (decimal): -15539829 or 9167122. OLE color: 9167122.

HSL color Cylindrical-coordinate representation of color #12E18B: hue angle of 155.07º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E18B is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB18225139-
CMYK0.9200.380.12
HSL155.07º85.19%47.65%-
HSV(B)155.07º92%88.24%-
XYZ31.8355.8433.53-
YUV153.3119.9231.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 4.71%
GREEN value IS 225 (88.28% from 255) = 58.90%
BLUE value IS 139 (54.69% from 255) = 36.39%
R=4.71%
G=58.90%
B=36.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal182251390.9200.380.12155.0785.1947.65
Hex12E18B5C026C9b5530
Octal223412131340461423312560
Binary100101110000110001011101110001001101100100110111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12E18B; }

 p { color: rgb(18,225,139); }

 H1.HeaderClassName
 {
   color: #12E18B;
 }
 .AnyTagClassName
 {
   color: #12E18B;
 }
</style>
background-color css

<style>
 a { background-color: #12E18B; }

 a { background-color: rgb(18,225,139); }

 div.DivClassName
 {
   background-color: #12E18B;
 }
 .BgClassName
 {
   background-color: #12E18B;
 }
</style>
border-color css

<style>
 span { border-color: #12E18B; }

 span { border-color: rgb(18,225,139); }

 td.TdClassName
 {
   border-color: #12E18B;
 }
 .TagClassName
 {
   border-color: #12E18B;
 }
</style>