Shades of Caribbean Green #12D08F
Tints of Caribbean Green #12D08F
RGB
CMYK
RGB Variations
Color information
#12D08F (or 0x12D08F) is known color: Caribbean Green. HEX triplet: 12, D0 and 8F. RGB value is (18,208,143). Sum of RGB (Red+Green+Blue) = 18+208+143=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #12D08F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D08F is #ED2F70. Grayscale: #8F8F8F. Windows color (decimal): -15544177 or 9424914. OLE color: 9424914.
HSL color Cylindrical-coordinate representation of color #12D08F: hue angle of 159.47º 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 #12D08F is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 143 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.18 |
| HSL | 159.47º | 0.84% | 0.44% | - |
| HSV(B) | 159.47º | 0.91% | 0.82% | - |
| XYZ | 27.76 | 47.22 | 33.64 | - |
| YUV | 143.78 | 127.55 | 38.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 143 | 0.91 | 0 | 0.31 | 0.18 | 159.47 | 0.84 | 0.44 |
| Hex | 12 | D0 | 8F | 5B | 0 | 1F | 12 | 9F | 54 | 2C |
| Octal | 22 | 320 | 217 | 133 | 0 | 37 | 22 | 237 | 124 | 54 |
| Binary | 10010 | 11010000 | 10001111 | 1011011 | 0 | 11111 | 10010 | 10011111 | 1010100 | 101100 |
Color Harmonies of #12D08F
Complementary color
Monochromatic Colors of #12D08F
Black with #12D08F
Text Example
Text Example
White with #12D08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D08F; }
p { color: rgb(18,208,143); }
H1.HeaderClassName
{
color: #12D08F;
}
.AnyTagClassName
{
color: #12D08F;
}
</style>
background-color css
<style>
a { background-color: #12D08F; }
a { background-color: rgb(18,208,143); }
div.DivClassName
{
background-color: #12D08F;
}
.BgClassName
{
background-color: #12D08F;
}
</style>
border-color css
<style>
span { border-color: #12D08F; }
span { border-color: rgb(18,208,143); }
td.TdClassName
{
border-color: #12D08F;
}
.TagClassName
{
border-color: #12D08F;
}
</style>