Shades of Caribbean Green #10D597
Tints of Caribbean Green #10D597
RGB
CMYK
RGB Variations
Color information
#10D597 (or 0x10D597) is known color: Caribbean Green. HEX triplet: 10, D5 and 97. RGB value is (16,213,151). Sum of RGB (Red+Green+Blue) = 16+213+151=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 213 (83.59% from 255 or 56.05% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 213 - color contains mainly: green. Hex color #10D597 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D597 is #EF2A68. Grayscale: #939393. Windows color (decimal): -15673961 or 9950480. OLE color: 9950480.
HSL color Cylindrical-coordinate representation of color #10D597: hue angle of 161.12º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D597 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 213 | 151 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.16 |
| HSL | 161.12º | 0.86% | 0.45% | - |
| HSV(B) | 161.12º | 0.92% | 0.84% | - |
| XYZ | 29.59 | 49.93 | 37.36 | - |
| YUV | 147.03 | 130.23 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 213 | 151 | 0.92 | 0 | 0.29 | 0.16 | 161.12 | 0.86 | 0.45 |
| Hex | 10 | D5 | 97 | 5C | 0 | 1D | 10 | A1 | 56 | 2D |
| Octal | 20 | 325 | 227 | 134 | 0 | 35 | 20 | 241 | 126 | 55 |
| Binary | 10000 | 11010101 | 10010111 | 1011100 | 0 | 11101 | 10000 | 10100001 | 1010110 | 101101 |
Color Harmonies of #10D597
Complementary color
Monochromatic Colors of #10D597
Black with #10D597
Text Example
Text Example
White with #10D597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D597; }
p { color: rgb(16,213,151); }
H1.HeaderClassName
{
color: #10D597;
}
.AnyTagClassName
{
color: #10D597;
}
</style>
background-color css
<style>
a { background-color: #10D597; }
a { background-color: rgb(16,213,151); }
div.DivClassName
{
background-color: #10D597;
}
.BgClassName
{
background-color: #10D597;
}
</style>
border-color css
<style>
span { border-color: #10D597; }
span { border-color: rgb(16,213,151); }
td.TdClassName
{
border-color: #10D597;
}
.TagClassName
{
border-color: #10D597;
}
</style>