Shades of Caribbean Green #12D0AB
Tints of Caribbean Green #12D0AB
RGB
CMYK
RGB Variations
Color information
#12D0AB (or 0x12D0AB) is known color: Caribbean Green. HEX triplet: 12, D0 and AB. RGB value is (18,208,171). Sum of RGB (Red+Green+Blue) = 18+208+171=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #12D0AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D0AB is #ED2F54. Grayscale: #929292. Windows color (decimal): -15544149 or 11259922. OLE color: 11259922.
HSL color Cylindrical-coordinate representation of color #12D0AB: hue angle of 168.32º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D0AB is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 171 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.18 |
| HSL | 168.32º | 0.84% | 0.44% | - |
| HSV(B) | 168.32º | 0.91% | 0.82% | - |
| XYZ | 30.16 | 48.18 | 46.24 | - |
| YUV | 146.97 | 141.55 | 36.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 171 | 0.91 | 0 | 0.18 | 0.18 | 168.32 | 0.84 | 0.44 |
| Hex | 12 | D0 | AB | 5B | 0 | 12 | 12 | A8 | 54 | 2C |
| Octal | 22 | 320 | 253 | 133 | 0 | 22 | 22 | 250 | 124 | 54 |
| Binary | 10010 | 11010000 | 10101011 | 1011011 | 0 | 10010 | 10010 | 10101000 | 1010100 | 101100 |
Color Harmonies of #12D0AB
Complementary color
Monochromatic Colors of #12D0AB
Black with #12D0AB
Text Example
Text Example
White with #12D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D0AB; }
p { color: rgb(18,208,171); }
H1.HeaderClassName
{
color: #12D0AB;
}
.AnyTagClassName
{
color: #12D0AB;
}
</style>
background-color css
<style>
a { background-color: #12D0AB; }
a { background-color: rgb(18,208,171); }
div.DivClassName
{
background-color: #12D0AB;
}
.BgClassName
{
background-color: #12D0AB;
}
</style>
border-color css
<style>
span { border-color: #12D0AB; }
span { border-color: rgb(18,208,171); }
td.TdClassName
{
border-color: #12D0AB;
}
.TagClassName
{
border-color: #12D0AB;
}
</style>