Shades of Caribbean Green #12CC9C
Tints of Caribbean Green #12CC9C
RGB
CMYK
RGB Variations
Color information
#12CC9C (or 0x12CC9C) is known color: Caribbean Green. HEX triplet: 12, CC and 9C. RGB value is (18,204,156). Sum of RGB (Red+Green+Blue) = 18+204+156=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 204 (80.08% from 255 or 53.97% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CC9C is #ED3363. Grayscale: #8E8E8E. Windows color (decimal): -15545188 or 10275858. OLE color: 10275858.
HSL color Cylindrical-coordinate representation of color #12CC9C: hue angle of 164.52º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CC9C is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 204 | 156 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.2 |
| HSL | 164.52º | 0.84% | 0.44% | - |
| HSV(B) | 164.52º | 0.91% | 0.8% | - |
| XYZ | 27.84 | 45.71 | 38.81 | - |
| YUV | 142.91 | 135.38 | 38.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 156 | 0.91 | 0 | 0.24 | 0.2 | 164.52 | 0.84 | 0.44 |
| Hex | 12 | CC | 9C | 5B | 0 | 18 | 14 | A5 | 54 | 2C |
| Octal | 22 | 314 | 234 | 133 | 0 | 30 | 24 | 245 | 124 | 54 |
| Binary | 10010 | 11001100 | 10011100 | 1011011 | 0 | 11000 | 10100 | 10100101 | 1010100 | 101100 |
Color Harmonies of #12CC9C
Complementary color
Monochromatic Colors of #12CC9C
Black with #12CC9C
Text Example
Text Example
White with #12CC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CC9C; }
p { color: rgb(18,204,156); }
H1.HeaderClassName
{
color: #12CC9C;
}
.AnyTagClassName
{
color: #12CC9C;
}
</style>
background-color css
<style>
a { background-color: #12CC9C; }
a { background-color: rgb(18,204,156); }
div.DivClassName
{
background-color: #12CC9C;
}
.BgClassName
{
background-color: #12CC9C;
}
</style>
border-color css
<style>
span { border-color: #12CC9C; }
span { border-color: rgb(18,204,156); }
td.TdClassName
{
border-color: #12CC9C;
}
.TagClassName
{
border-color: #12CC9C;
}
</style>