Shades of Caribbean Green #15D384
Tints of Caribbean Green #15D384
RGB
CMYK
RGB Variations
Color information
#15D384 (or 0x15D384) is known color: Caribbean Green. HEX triplet: 15, D3 and 84. RGB value is (21,211,132). Sum of RGB (Red+Green+Blue) = 21+211+132=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 211 (82.81% from 255 or 57.97% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 211 - color contains mainly: green. Hex color #15D384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15D384 is #EA2C7B. Grayscale: #919191. Windows color (decimal): -15346812 or 8704789. OLE color: 8704789.
HSL color Cylindrical-coordinate representation of color #15D384: hue angle of 155.05º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D384 is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 21 | 211 | 132 | - |
| CMYK | 0.90 | 0 | 0.37 | 0.17 |
| HSL | 155.05º | 0.82% | 0.45% | - |
| HSV(B) | 155.05º | 0.9% | 0.83% | - |
| XYZ | 27.77 | 48.41 | 29.71 | - |
| YUV | 145.18 | 120.55 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 211 | 132 | 0.90 | 0 | 0.37 | 0.17 | 155.05 | 0.82 | 0.45 |
| Hex | 15 | D3 | 84 | 5A | 0 | 25 | 11 | 9B | 52 | 2D |
| Octal | 25 | 323 | 204 | 132 | 0 | 45 | 21 | 233 | 122 | 55 |
| Binary | 10101 | 11010011 | 10000100 | 1011010 | 0 | 100101 | 10001 | 10011011 | 1010010 | 101101 |
Color Harmonies of #15D384
Complementary color
Monochromatic Colors of #15D384
Black with #15D384
Text Example
Text Example
White with #15D384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D384; }
p { color: rgb(21,211,132); }
H1.HeaderClassName
{
color: #15D384;
}
.AnyTagClassName
{
color: #15D384;
}
</style>
background-color css
<style>
a { background-color: #15D384; }
a { background-color: rgb(21,211,132); }
div.DivClassName
{
background-color: #15D384;
}
.BgClassName
{
background-color: #15D384;
}
</style>
border-color css
<style>
span { border-color: #15D384; }
span { border-color: rgb(21,211,132); }
td.TdClassName
{
border-color: #15D384;
}
.TagClassName
{
border-color: #15D384;
}
</style>