Shades of Caribbean Green #12CB89
Tints of Caribbean Green #12CB89
RGB
CMYK
RGB Variations
Color information
#12CB89 (or 0x12CB89) is known color: Caribbean Green. HEX triplet: 12, CB and 89. RGB value is (18,203,137). Sum of RGB (Red+Green+Blue) = 18+203+137=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CB89 is #ED3476. Grayscale: #8C8C8C. Windows color (decimal): -15545463 or 9030418. OLE color: 9030418.
HSL color Cylindrical-coordinate representation of color #12CB89: hue angle of 158.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CB89 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 203 | 137 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.20 |
| HSL | 158.59º | 0.84% | 0.43% | - |
| HSV(B) | 158.59º | 0.91% | 0.8% | - |
| XYZ | 26.12 | 44.65 | 30.91 | - |
| YUV | 140.16 | 126.21 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 203 | 137 | 0.91 | 0 | 0.33 | 0.20 | 158.59 | 0.84 | 0.43 |
| Hex | 12 | CB | 89 | 5B | 0 | 21 | 14 | 9F | 54 | 2B |
| Octal | 22 | 313 | 211 | 133 | 0 | 41 | 24 | 237 | 124 | 53 |
| Binary | 10010 | 11001011 | 10001001 | 1011011 | 0 | 100001 | 10100 | 10011111 | 1010100 | 101011 |
Color Harmonies of #12CB89
Complementary color
Monochromatic Colors of #12CB89
Black with #12CB89
Text Example
Text Example
White with #12CB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CB89; }
p { color: rgb(18,203,137); }
H1.HeaderClassName
{
color: #12CB89;
}
.AnyTagClassName
{
color: #12CB89;
}
</style>
background-color css
<style>
a { background-color: #12CB89; }
a { background-color: rgb(18,203,137); }
div.DivClassName
{
background-color: #12CB89;
}
.BgClassName
{
background-color: #12CB89;
}
</style>
border-color css
<style>
span { border-color: #12CB89; }
span { border-color: rgb(18,203,137); }
td.TdClassName
{
border-color: #12CB89;
}
.TagClassName
{
border-color: #12CB89;
}
</style>