Shades of Caribbean Green #12D189
Tints of Caribbean Green #12D189
RGB
CMYK
RGB Variations
Color information
#12D189 (or 0x12D189) is known color: Caribbean Green. HEX triplet: 12, D1 and 89. RGB value is (18,209,137). Sum of RGB (Red+Green+Blue) = 18+209+137=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 209 (82.03% from 255 or 57.42% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 209 - color contains mainly: green. Hex color #12D189 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D189 is #ED2E76. Grayscale: #8F8F8F. Windows color (decimal): -15543927 or 9031954. OLE color: 9031954.
HSL color Cylindrical-coordinate representation of color #12D189: hue angle of 157.38º 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 #12D189 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 209 | 137 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.18 |
| HSL | 157.38º | 0.84% | 0.45% | - |
| HSV(B) | 157.38º | 0.91% | 0.82% | - |
| XYZ | 27.57 | 47.54 | 31.39 | - |
| YUV | 143.68 | 124.22 | 38.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 209 | 137 | 0.91 | 0 | 0.34 | 0.18 | 157.38 | 0.84 | 0.45 |
| Hex | 12 | D1 | 89 | 5B | 0 | 22 | 12 | 9D | 54 | 2D |
| Octal | 22 | 321 | 211 | 133 | 0 | 42 | 22 | 235 | 124 | 55 |
| Binary | 10010 | 11010001 | 10001001 | 1011011 | 0 | 100010 | 10010 | 10011101 | 1010100 | 101101 |
Color Harmonies of #12D189
Complementary color
Monochromatic Colors of #12D189
Black with #12D189
Text Example
Text Example
White with #12D189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D189; }
p { color: rgb(18,209,137); }
H1.HeaderClassName
{
color: #12D189;
}
.AnyTagClassName
{
color: #12D189;
}
</style>
background-color css
<style>
a { background-color: #12D189; }
a { background-color: rgb(18,209,137); }
div.DivClassName
{
background-color: #12D189;
}
.BgClassName
{
background-color: #12D189;
}
</style>
border-color css
<style>
span { border-color: #12D189; }
span { border-color: rgb(18,209,137); }
td.TdClassName
{
border-color: #12D189;
}
.TagClassName
{
border-color: #12D189;
}
</style>