Shades of Caribbean Green #12D188
Tints of Caribbean Green #12D188
RGB
CMYK
RGB Variations
Color information
#12D188 (or 0x12D188) is known color: Caribbean Green. HEX triplet: 12, D1 and 88. RGB value is (18,209,136). Sum of RGB (Red+Green+Blue) = 18+209+136=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 209 (82.03% from 255 or 57.58% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 209 - color contains mainly: green. Hex color #12D188 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D188 is #ED2E77. Grayscale: #8F8F8F. Windows color (decimal): -15543928 or 8966418. OLE color: 8966418.
HSL color Cylindrical-coordinate representation of color #12D188: hue angle of 157.07º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D188 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 209 | 136 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.18 |
| HSL | 157.07º | 0.84% | 0.45% | - |
| HSV(B) | 157.07º | 0.91% | 0.82% | - |
| XYZ | 27.49 | 47.51 | 31.01 | - |
| YUV | 143.57 | 123.72 | 38.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 209 | 136 | 0.91 | 0 | 0.35 | 0.18 | 157.07 | 0.84 | 0.45 |
| Hex | 12 | D1 | 88 | 5B | 0 | 23 | 12 | 9D | 54 | 2D |
| Octal | 22 | 321 | 210 | 133 | 0 | 43 | 22 | 235 | 124 | 55 |
| Binary | 10010 | 11010001 | 10001000 | 1011011 | 0 | 100011 | 10010 | 10011101 | 1010100 | 101101 |
Color Harmonies of #12D188
Complementary color
Monochromatic Colors of #12D188
Black with #12D188
Text Example
Text Example
White with #12D188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D188; }
p { color: rgb(18,209,136); }
H1.HeaderClassName
{
color: #12D188;
}
.AnyTagClassName
{
color: #12D188;
}
</style>
background-color css
<style>
a { background-color: #12D188; }
a { background-color: rgb(18,209,136); }
div.DivClassName
{
background-color: #12D188;
}
.BgClassName
{
background-color: #12D188;
}
</style>
border-color css
<style>
span { border-color: #12D188; }
span { border-color: rgb(18,209,136); }
td.TdClassName
{
border-color: #12D188;
}
.TagClassName
{
border-color: #12D188;
}
</style>