#12CE86

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

Shades of Caribbean Green #12CE86

Tints of Caribbean Green #12CE86

Color information

#12CE86 (or 0x12CE86) is unknown color: approx Caribbean Green. HEX triplet: 12, CE and 86. RGB value is (18,206,134). Sum of RGB (Red+Green+Blue) = 18+206+134=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 206 (80.86% from 255 or 57.54% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CE86 is #ED3179. Grayscale: #8D8D8D. Windows color (decimal): -15544698 or 8834578. OLE color: 8834578.

HSL color Cylindrical-coordinate representation of color #12CE86: hue angle of 157.02º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CE86 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB18206134-
CMYK0.9100.350.19
HSL157.02º83.93%43.92%-
HSV(B)157.02º91.26%80.78%-
XYZ26.6245.9930.03-
YUV141.58123.7239.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.03%
GREEN value IS 206 (80.86% from 255) = 57.54%
BLUE value IS 134 (52.73% from 255) = 37.43%
R=5.03%
G=57.54%
B=37.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal182061340.9100.350.19157.0283.9343.92
Hex12CE865B023139d542c
Octal223162061330432323512454
Binary1001011001110100001101011011010001110011100111011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,206,134); }

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

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

 a { background-color: rgb(18,206,134); }

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

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

 span { border-color: rgb(18,206,134); }

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