Shades of Caribbean Green #15CA92
Tints of Caribbean Green #15CA92
RGB
CMYK
RGB Variations
Color information
#15CA92 (or 0x15CA92) is known color: Caribbean Green. HEX triplet: 15, CA and 92. RGB value is (21,202,146). Sum of RGB (Red+Green+Blue) = 21+202+146=369 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.69% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #15CA92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CA92 is #EA356D. Grayscale: #8D8D8D. Windows color (decimal): -15349102 or 9619989. OLE color: 9619989.
HSL color Cylindrical-coordinate representation of color #15CA92: hue angle of 161.44º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CA92 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 202 | 146 | - |
| CMYK | 0.90 | 0 | 0.28 | 0.21 |
| HSL | 161.44º | 0.81% | 0.44% | - |
| HSV(B) | 161.44º | 0.9% | 0.79% | - |
| XYZ | 26.62 | 44.48 | 34.38 | - |
| YUV | 141.5 | 130.53 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 202 | 146 | 0.90 | 0 | 0.28 | 0.21 | 161.44 | 0.81 | 0.44 |
| Hex | 15 | CA | 92 | 5A | 0 | 1C | 15 | A1 | 51 | 2C |
| Octal | 25 | 312 | 222 | 132 | 0 | 34 | 25 | 241 | 121 | 54 |
| Binary | 10101 | 11001010 | 10010010 | 1011010 | 0 | 11100 | 10101 | 10100001 | 1010001 | 101100 |
Color Harmonies of #15CA92
Complementary color
Monochromatic Colors of #15CA92
Black with #15CA92
Text Example
Text Example
White with #15CA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CA92; }
p { color: rgb(21,202,146); }
H1.HeaderClassName
{
color: #15CA92;
}
.AnyTagClassName
{
color: #15CA92;
}
</style>
background-color css
<style>
a { background-color: #15CA92; }
a { background-color: rgb(21,202,146); }
div.DivClassName
{
background-color: #15CA92;
}
.BgClassName
{
background-color: #15CA92;
}
</style>
border-color css
<style>
span { border-color: #15CA92; }
span { border-color: rgb(21,202,146); }
td.TdClassName
{
border-color: #15CA92;
}
.TagClassName
{
border-color: #15CA92;
}
</style>