Shades of Caribbean Green #15CDA5
Tints of Caribbean Green #15CDA5
RGB
CMYK
RGB Variations
Color information
#15CDA5 (or 0x15CDA5) is known color: Caribbean Green. HEX triplet: 15, CD and A5. RGB value is (21,205,165). Sum of RGB (Red+Green+Blue) = 21+205+165=391 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.37% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #15CDA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CDA5 is #EA325A. Grayscale: #919191. Windows color (decimal): -15348315 or 10865941. OLE color: 10865941.
HSL color Cylindrical-coordinate representation of color #15CDA5: hue angle of 166.96º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CDA5 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 205 | 165 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.20 |
| HSL | 166.96º | 0.81% | 0.44% | - |
| HSV(B) | 166.96º | 0.9% | 0.8% | - |
| XYZ | 28.93 | 46.54 | 43.06 | - |
| YUV | 145.42 | 139.04 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 205 | 165 | 0.90 | 0 | 0.20 | 0.20 | 166.96 | 0.81 | 0.44 |
| Hex | 15 | CD | A5 | 5A | 0 | 14 | 14 | A7 | 51 | 2C |
| Octal | 25 | 315 | 245 | 132 | 0 | 24 | 24 | 247 | 121 | 54 |
| Binary | 10101 | 11001101 | 10100101 | 1011010 | 0 | 10100 | 10100 | 10100111 | 1010001 | 101100 |
Color Harmonies of #15CDA5
Complementary color
Monochromatic Colors of #15CDA5
Black with #15CDA5
Text Example
Text Example
White with #15CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CDA5; }
p { color: rgb(21,205,165); }
H1.HeaderClassName
{
color: #15CDA5;
}
.AnyTagClassName
{
color: #15CDA5;
}
</style>
background-color css
<style>
a { background-color: #15CDA5; }
a { background-color: rgb(21,205,165); }
div.DivClassName
{
background-color: #15CDA5;
}
.BgClassName
{
background-color: #15CDA5;
}
</style>
border-color css
<style>
span { border-color: #15CDA5; }
span { border-color: rgb(21,205,165); }
td.TdClassName
{
border-color: #15CDA5;
}
.TagClassName
{
border-color: #15CDA5;
}
</style>