Shades of Caribbean Green #10D791
Tints of Caribbean Green #10D791
RGB
CMYK
RGB Variations
Color information
#10D791 (or 0x10D791) is known color: Caribbean Green. HEX triplet: 10, D7 and 91. RGB value is (16,215,145). Sum of RGB (Red+Green+Blue) = 16+215+145=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 215 (84.38% from 255 or 57.18% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 215 - color contains mainly: green. Hex color #10D791 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D791 is #EF286E. Grayscale: #939393. Windows color (decimal): -15673455 or 9557776. OLE color: 9557776.
HSL color Cylindrical-coordinate representation of color #10D791: hue angle of 158.89º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D791 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 215 | 145 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.16 |
| HSL | 158.89º | 0.86% | 0.45% | - |
| HSV(B) | 158.89º | 0.93% | 0.84% | - |
| XYZ | 29.62 | 50.76 | 35.02 | - |
| YUV | 147.52 | 126.57 | 34.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 215 | 145 | 0.93 | 0 | 0.33 | 0.16 | 158.89 | 0.86 | 0.45 |
| Hex | 10 | D7 | 91 | 5D | 0 | 21 | 10 | 9F | 56 | 2D |
| Octal | 20 | 327 | 221 | 135 | 0 | 41 | 20 | 237 | 126 | 55 |
| Binary | 10000 | 11010111 | 10010001 | 1011101 | 0 | 100001 | 10000 | 10011111 | 1010110 | 101101 |
Color Harmonies of #10D791
Complementary color
Monochromatic Colors of #10D791
Black with #10D791
Text Example
Text Example
White with #10D791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D791; }
p { color: rgb(16,215,145); }
H1.HeaderClassName
{
color: #10D791;
}
.AnyTagClassName
{
color: #10D791;
}
</style>
background-color css
<style>
a { background-color: #10D791; }
a { background-color: rgb(16,215,145); }
div.DivClassName
{
background-color: #10D791;
}
.BgClassName
{
background-color: #10D791;
}
</style>
border-color css
<style>
span { border-color: #10D791; }
span { border-color: rgb(16,215,145); }
td.TdClassName
{
border-color: #10D791;
}
.TagClassName
{
border-color: #10D791;
}
</style>