Shades of Caribbean Green #12D087
Tints of Caribbean Green #12D087
RGB
CMYK
RGB Variations
Color information
#12D087 (or 0x12D087) is known color: Caribbean Green. HEX triplet: 12, D0 and 87. RGB value is (18,208,135). Sum of RGB (Red+Green+Blue) = 18+208+135=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #12D087 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D087 is #ED2F78. Grayscale: #8E8E8E. Windows color (decimal): -15544185 or 8900626. OLE color: 8900626.
HSL color Cylindrical-coordinate representation of color #12D087: hue angle of 156.95º 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 #12D087 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 135 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.18 |
| HSL | 156.95º | 0.84% | 0.44% | - |
| HSV(B) | 156.95º | 0.91% | 0.82% | - |
| XYZ | 27.18 | 46.99 | 30.56 | - |
| YUV | 142.87 | 123.55 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 135 | 0.91 | 0 | 0.35 | 0.18 | 156.95 | 0.84 | 0.44 |
| Hex | 12 | D0 | 87 | 5B | 0 | 23 | 12 | 9D | 54 | 2C |
| Octal | 22 | 320 | 207 | 133 | 0 | 43 | 22 | 235 | 124 | 54 |
| Binary | 10010 | 11010000 | 10000111 | 1011011 | 0 | 100011 | 10010 | 10011101 | 1010100 | 101100 |
Color Harmonies of #12D087
Complementary color
Monochromatic Colors of #12D087
Black with #12D087
Text Example
Text Example
White with #12D087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D087; }
p { color: rgb(18,208,135); }
H1.HeaderClassName
{
color: #12D087;
}
.AnyTagClassName
{
color: #12D087;
}
</style>
background-color css
<style>
a { background-color: #12D087; }
a { background-color: rgb(18,208,135); }
div.DivClassName
{
background-color: #12D087;
}
.BgClassName
{
background-color: #12D087;
}
</style>
border-color css
<style>
span { border-color: #12D087; }
span { border-color: rgb(18,208,135); }
td.TdClassName
{
border-color: #12D087;
}
.TagClassName
{
border-color: #12D087;
}
</style>