#12CF9B

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

Shades of Caribbean Green #12CF9B

Tints of Caribbean Green #12CF9B

Color information

#12CF9B (or 0x12CF9B) is unknown color: approx Caribbean Green. HEX triplet: 12, CF and 9B. RGB value is (18,207,155). Sum of RGB (Red+Green+Blue) = 18+207+155=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 207 (81.25% from 255 or 54.47% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CF9B is #ED3064. Grayscale: #909090. Windows color (decimal): -15544421 or 10211090. OLE color: 10211090.

HSL color Cylindrical-coordinate representation of color #12CF9B: hue angle of 163.49º 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 #12CF9B is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB18207155-
CMYK0.9100.250.19
HSL163.49º84%44.12%-
HSV(B)163.49º91.3%81.18%-
XYZ28.4847.1238.6-
YUV144.56133.8837.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.74%
GREEN value IS 207 (81.25% from 255) = 54.47%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=4.74%
G=54.47%
B=40.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal182071550.9100.250.19163.498444.12
Hex12CF9B5B01913a3542c
Octal223172331330312324312454
Binary100101100111110011011101101101100110011101000111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,207,155); }

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

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

 a { background-color: rgb(18,207,155); }

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

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

 span { border-color: rgb(18,207,155); }

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