Shades of Caribbean Green #15D08E
Tints of Caribbean Green #15D08E
RGB
CMYK
RGB Variations
Color information
#15D08E (or 0x15D08E) is known color: Caribbean Green. HEX triplet: 15, D0 and 8E. RGB value is (21,208,142). Sum of RGB (Red+Green+Blue) = 21+208+142=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #15D08E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15D08E is #EA2F71. Grayscale: #909090. Windows color (decimal): -15347570 or 9359381. OLE color: 9359381.
HSL color Cylindrical-coordinate representation of color #15D08E: hue angle of 158.82º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D08E is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 208 | 142 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.18 |
| HSL | 158.82º | 0.82% | 0.45% | - |
| HSV(B) | 158.82º | 0.9% | 0.82% | - |
| XYZ | 27.75 | 47.22 | 33.24 | - |
| YUV | 144.56 | 126.55 | 39.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 208 | 142 | 0.90 | 0 | 0.32 | 0.18 | 158.82 | 0.82 | 0.45 |
| Hex | 15 | D0 | 8E | 5A | 0 | 20 | 12 | 9F | 52 | 2D |
| Octal | 25 | 320 | 216 | 132 | 0 | 40 | 22 | 237 | 122 | 55 |
| Binary | 10101 | 11010000 | 10001110 | 1011010 | 0 | 100000 | 10010 | 10011111 | 1010010 | 101101 |
Color Harmonies of #15D08E
Complementary color
Monochromatic Colors of #15D08E
Black with #15D08E
Text Example
Text Example
White with #15D08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D08E; }
p { color: rgb(21,208,142); }
H1.HeaderClassName
{
color: #15D08E;
}
.AnyTagClassName
{
color: #15D08E;
}
</style>
background-color css
<style>
a { background-color: #15D08E; }
a { background-color: rgb(21,208,142); }
div.DivClassName
{
background-color: #15D08E;
}
.BgClassName
{
background-color: #15D08E;
}
</style>
border-color css
<style>
span { border-color: #15D08E; }
span { border-color: rgb(21,208,142); }
td.TdClassName
{
border-color: #15D08E;
}
.TagClassName
{
border-color: #15D08E;
}
</style>