Shades of Caribbean Green #15D29C
Tints of Caribbean Green #15D29C
RGB
CMYK
RGB Variations
Color information
#15D29C (or 0x15D29C) is known color: Caribbean Green. HEX triplet: 15, D2 and 9C. RGB value is (21,210,156). Sum of RGB (Red+Green+Blue) = 21+210+156=387 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.43% from 387); Green value is 210 (82.42% from 255 or 54.26% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 210 - color contains mainly: green. Hex color #15D29C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15D29C is #EA2D63. Grayscale: #939393. Windows color (decimal): -15347044 or 10277397. OLE color: 10277397.
HSL color Cylindrical-coordinate representation of color #15D29C: hue angle of 162.86º 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 #15D29C is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 210 | 156 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.18 |
| HSL | 162.86º | 0.82% | 0.45% | - |
| HSV(B) | 162.86º | 0.9% | 0.82% | - |
| XYZ | 29.36 | 48.65 | 39.3 | - |
| YUV | 147.33 | 132.88 | 37.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 210 | 156 | 0.90 | 0 | 0.26 | 0.18 | 162.86 | 0.82 | 0.45 |
| Hex | 15 | D2 | 9C | 5A | 0 | 1A | 12 | A3 | 52 | 2D |
| Octal | 25 | 322 | 234 | 132 | 0 | 32 | 22 | 243 | 122 | 55 |
| Binary | 10101 | 11010010 | 10011100 | 1011010 | 0 | 11010 | 10010 | 10100011 | 1010010 | 101101 |
Color Harmonies of #15D29C
Complementary color
Monochromatic Colors of #15D29C
Black with #15D29C
Text Example
Text Example
White with #15D29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D29C; }
p { color: rgb(21,210,156); }
H1.HeaderClassName
{
color: #15D29C;
}
.AnyTagClassName
{
color: #15D29C;
}
</style>
background-color css
<style>
a { background-color: #15D29C; }
a { background-color: rgb(21,210,156); }
div.DivClassName
{
background-color: #15D29C;
}
.BgClassName
{
background-color: #15D29C;
}
</style>
border-color css
<style>
span { border-color: #15D29C; }
span { border-color: rgb(21,210,156); }
td.TdClassName
{
border-color: #15D29C;
}
.TagClassName
{
border-color: #15D29C;
}
</style>