Shades of Caribbean Green #15E08B
Tints of Caribbean Green #15E08B
RGB
CMYK
RGB Variations
Color information
#15E08B (or 0x15E08B) is known color: Caribbean Green. HEX triplet: 15, E0 and 8B. RGB value is (21,224,139). Sum of RGB (Red+Green+Blue) = 21+224+139=384 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.47% from 384); Green value is 224 (87.89% from 255 or 58.33% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 224 - color contains mainly: green. Hex color #15E08B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15E08B is #EA1F74. Grayscale: #999999. Windows color (decimal): -15343477 or 9166869. OLE color: 9166869.
HSL color Cylindrical-coordinate representation of color #15E08B: hue angle of 154.88º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E08B is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 224 | 139 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.12 |
| HSL | 154.88º | 0.83% | 0.48% | - |
| HSV(B) | 154.88º | 0.91% | 0.88% | - |
| XYZ | 31.63 | 55.33 | 33.44 | - |
| YUV | 153.61 | 119.75 | 33.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 224 | 139 | 0.91 | 0 | 0.38 | 0.12 | 154.88 | 0.83 | 0.48 |
| Hex | 15 | E0 | 8B | 5B | 0 | 26 | C | 9B | 53 | 30 |
| Octal | 25 | 340 | 213 | 133 | 0 | 46 | 14 | 233 | 123 | 60 |
| Binary | 10101 | 11100000 | 10001011 | 1011011 | 0 | 100110 | 1100 | 10011011 | 1010011 | 110000 |
Color Harmonies of #15E08B
Complementary color
Monochromatic Colors of #15E08B
Black with #15E08B
Text Example
Text Example
White with #15E08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E08B; }
p { color: rgb(21,224,139); }
H1.HeaderClassName
{
color: #15E08B;
}
.AnyTagClassName
{
color: #15E08B;
}
</style>
background-color css
<style>
a { background-color: #15E08B; }
a { background-color: rgb(21,224,139); }
div.DivClassName
{
background-color: #15E08B;
}
.BgClassName
{
background-color: #15E08B;
}
</style>
border-color css
<style>
span { border-color: #15E08B; }
span { border-color: rgb(21,224,139); }
td.TdClassName
{
border-color: #15E08B;
}
.TagClassName
{
border-color: #15E08B;
}
</style>