Shades of Caribbean Green #15D28E
Tints of Caribbean Green #15D28E
RGB
CMYK
RGB Variations
Color information
#15D28E (or 0x15D28E) is known color: Caribbean Green. HEX triplet: 15, D2 and 8E. RGB value is (21,210,142). Sum of RGB (Red+Green+Blue) = 21+210+142=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 210 (82.42% from 255 or 56.30% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 210 - color contains mainly: green. Hex color #15D28E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15D28E is #EA2D71. Grayscale: #919191. Windows color (decimal): -15347058 or 9359893. OLE color: 9359893.
HSL color Cylindrical-coordinate representation of color #15D28E: hue angle of 158.41º 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 #15D28E is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 210 | 142 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.18 |
| HSL | 158.41º | 0.82% | 0.45% | - |
| HSV(B) | 158.41º | 0.9% | 0.82% | - |
| XYZ | 28.24 | 48.21 | 33.41 | - |
| YUV | 145.74 | 125.88 | 39.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 210 | 142 | 0.90 | 0 | 0.32 | 0.18 | 158.41 | 0.82 | 0.45 |
| Hex | 15 | D2 | 8E | 5A | 0 | 20 | 12 | 9E | 52 | 2D |
| Octal | 25 | 322 | 216 | 132 | 0 | 40 | 22 | 236 | 122 | 55 |
| Binary | 10101 | 11010010 | 10001110 | 1011010 | 0 | 100000 | 10010 | 10011110 | 1010010 | 101101 |
Color Harmonies of #15D28E
Complementary color
Monochromatic Colors of #15D28E
Black with #15D28E
Text Example
Text Example
White with #15D28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D28E; }
p { color: rgb(21,210,142); }
H1.HeaderClassName
{
color: #15D28E;
}
.AnyTagClassName
{
color: #15D28E;
}
</style>
background-color css
<style>
a { background-color: #15D28E; }
a { background-color: rgb(21,210,142); }
div.DivClassName
{
background-color: #15D28E;
}
.BgClassName
{
background-color: #15D28E;
}
</style>
border-color css
<style>
span { border-color: #15D28E; }
span { border-color: rgb(21,210,142); }
td.TdClassName
{
border-color: #15D28E;
}
.TagClassName
{
border-color: #15D28E;
}
</style>