Shades of Caribbean Green #12D696
Tints of Caribbean Green #12D696
RGB
CMYK
RGB Variations
Color information
#12D696 (or 0x12D696) is known color: Caribbean Green. HEX triplet: 12, D6 and 96. RGB value is (18,214,150). Sum of RGB (Red+Green+Blue) = 18+214+150=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #12D696 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D696 is #ED2969. Grayscale: #949494. Windows color (decimal): -15542634 or 9885202. OLE color: 9885202.
HSL color Cylindrical-coordinate representation of color #12D696: hue angle of 160.41º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D696 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 214 | 150 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.16 |
| HSL | 160.41º | 0.84% | 0.45% | - |
| HSV(B) | 160.41º | 0.92% | 0.84% | - |
| XYZ | 29.8 | 50.42 | 37.02 | - |
| YUV | 148.1 | 129.07 | 35.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 214 | 150 | 0.92 | 0 | 0.30 | 0.16 | 160.41 | 0.84 | 0.45 |
| Hex | 12 | D6 | 96 | 5C | 0 | 1E | 10 | A0 | 54 | 2D |
| Octal | 22 | 326 | 226 | 134 | 0 | 36 | 20 | 240 | 124 | 55 |
| Binary | 10010 | 11010110 | 10010110 | 1011100 | 0 | 11110 | 10000 | 10100000 | 1010100 | 101101 |
Color Harmonies of #12D696
Complementary color
Monochromatic Colors of #12D696
Black with #12D696
Text Example
Text Example
White with #12D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D696; }
p { color: rgb(18,214,150); }
H1.HeaderClassName
{
color: #12D696;
}
.AnyTagClassName
{
color: #12D696;
}
</style>
background-color css
<style>
a { background-color: #12D696; }
a { background-color: rgb(18,214,150); }
div.DivClassName
{
background-color: #12D696;
}
.BgClassName
{
background-color: #12D696;
}
</style>
border-color css
<style>
span { border-color: #12D696; }
span { border-color: rgb(18,214,150); }
td.TdClassName
{
border-color: #12D696;
}
.TagClassName
{
border-color: #12D696;
}
</style>