Shades of Caribbean Green #12CC99
Tints of Caribbean Green #12CC99
RGB
CMYK
RGB Variations
Color information
#12CC99 (or 0x12CC99) is known color: Caribbean Green. HEX triplet: 12, CC and 99. RGB value is (18,204,153). Sum of RGB (Red+Green+Blue) = 18+204+153=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CC99 is #ED3366. Grayscale: #8E8E8E. Windows color (decimal): -15545191 or 10079250. OLE color: 10079250.
HSL color Cylindrical-coordinate representation of color #12CC99: hue angle of 163.55º 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 #12CC99 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 204 | 153 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.2 |
| HSL | 163.55º | 0.84% | 0.44% | - |
| HSV(B) | 163.55º | 0.91% | 0.8% | - |
| XYZ | 27.59 | 45.61 | 37.49 | - |
| YUV | 142.57 | 133.88 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 153 | 0.91 | 0 | 0.25 | 0.2 | 163.55 | 0.84 | 0.44 |
| Hex | 12 | CC | 99 | 5B | 0 | 19 | 14 | A4 | 54 | 2C |
| Octal | 22 | 314 | 231 | 133 | 0 | 31 | 24 | 244 | 124 | 54 |
| Binary | 10010 | 11001100 | 10011001 | 1011011 | 0 | 11001 | 10100 | 10100100 | 1010100 | 101100 |
Color Harmonies of #12CC99
Complementary color
Monochromatic Colors of #12CC99
Black with #12CC99
Text Example
Text Example
White with #12CC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CC99; }
p { color: rgb(18,204,153); }
H1.HeaderClassName
{
color: #12CC99;
}
.AnyTagClassName
{
color: #12CC99;
}
</style>
background-color css
<style>
a { background-color: #12CC99; }
a { background-color: rgb(18,204,153); }
div.DivClassName
{
background-color: #12CC99;
}
.BgClassName
{
background-color: #12CC99;
}
</style>
border-color css
<style>
span { border-color: #12CC99; }
span { border-color: rgb(18,204,153); }
td.TdClassName
{
border-color: #12CC99;
}
.TagClassName
{
border-color: #12CC99;
}
</style>