Shades of Caribbean Green #15D09B
Tints of Caribbean Green #15D09B
RGB
CMYK
RGB Variations
Color information
#15D09B (or 0x15D09B) is known color: Caribbean Green. HEX triplet: 15, D0 and 9B. RGB value is (21,208,155). Sum of RGB (Red+Green+Blue) = 21+208+155=384 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.47% from 384); Green value is 208 (81.64% from 255 or 54.17% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 208 - color contains mainly: green. Hex color #15D09B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15D09B is #EA2F64. Grayscale: #929292. Windows color (decimal): -15347557 or 10211349. OLE color: 10211349.
HSL color Cylindrical-coordinate representation of color #15D09B: hue angle of 162.99º 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 #15D09B is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 208 | 155 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.18 |
| HSL | 162.99º | 0.82% | 0.45% | - |
| HSV(B) | 162.99º | 0.9% | 0.82% | - |
| XYZ | 28.78 | 47.64 | 38.69 | - |
| YUV | 146.05 | 133.05 | 38.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 208 | 155 | 0.90 | 0 | 0.25 | 0.18 | 162.99 | 0.82 | 0.45 |
| Hex | 15 | D0 | 9B | 5A | 0 | 19 | 12 | A3 | 52 | 2D |
| Octal | 25 | 320 | 233 | 132 | 0 | 31 | 22 | 243 | 122 | 55 |
| Binary | 10101 | 11010000 | 10011011 | 1011010 | 0 | 11001 | 10010 | 10100011 | 1010010 | 101101 |
Color Harmonies of #15D09B
Complementary color
Monochromatic Colors of #15D09B
Black with #15D09B
Text Example
Text Example
White with #15D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D09B; }
p { color: rgb(21,208,155); }
H1.HeaderClassName
{
color: #15D09B;
}
.AnyTagClassName
{
color: #15D09B;
}
</style>
background-color css
<style>
a { background-color: #15D09B; }
a { background-color: rgb(21,208,155); }
div.DivClassName
{
background-color: #15D09B;
}
.BgClassName
{
background-color: #15D09B;
}
</style>
border-color css
<style>
span { border-color: #15D09B; }
span { border-color: rgb(21,208,155); }
td.TdClassName
{
border-color: #15D09B;
}
.TagClassName
{
border-color: #15D09B;
}
</style>