Shades of Caribbean Green #10C797
Tints of Caribbean Green #10C797
RGB
CMYK
RGB Variations
Color information
#10C797 (or 0x10C797) is known color: Caribbean Green. HEX triplet: 10, C7 and 97. RGB value is (16,199,151). Sum of RGB (Red+Green+Blue) = 16+199+151=366 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.37% from 366); Green value is 199 (78.12% from 255 or 54.37% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 199 - color contains mainly: green. Hex color #10C797 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C797 is #EF3868. Grayscale: #8A8A8A. Windows color (decimal): -15677545 or 9946896. OLE color: 9946896.
HSL color Cylindrical-coordinate representation of color #10C797: hue angle of 164.26º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C797 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 199 | 151 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.22 |
| HSL | 164.26º | 0.85% | 0.42% | - |
| HSV(B) | 164.26º | 0.92% | 0.78% | - |
| XYZ | 26.22 | 43.19 | 36.23 | - |
| YUV | 138.81 | 134.87 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 199 | 151 | 0.92 | 0 | 0.24 | 0.22 | 164.26 | 0.85 | 0.42 |
| Hex | 10 | C7 | 97 | 5C | 0 | 18 | 16 | A4 | 55 | 2A |
| Octal | 20 | 307 | 227 | 134 | 0 | 30 | 26 | 244 | 125 | 52 |
| Binary | 10000 | 11000111 | 10010111 | 1011100 | 0 | 11000 | 10110 | 10100100 | 1010101 | 101010 |
Color Harmonies of #10C797
Complementary color
Monochromatic Colors of #10C797
Black with #10C797
Text Example
Text Example
White with #10C797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C797; }
p { color: rgb(16,199,151); }
H1.HeaderClassName
{
color: #10C797;
}
.AnyTagClassName
{
color: #10C797;
}
</style>
background-color css
<style>
a { background-color: #10C797; }
a { background-color: rgb(16,199,151); }
div.DivClassName
{
background-color: #10C797;
}
.BgClassName
{
background-color: #10C797;
}
</style>
border-color css
<style>
span { border-color: #10C797; }
span { border-color: rgb(16,199,151); }
td.TdClassName
{
border-color: #10C797;
}
.TagClassName
{
border-color: #10C797;
}
</style>