Shades of Caribbean Green #10D792
Tints of Caribbean Green #10D792
RGB
CMYK
RGB Variations
Color information
#10D792 (or 0x10D792) is known color: Caribbean Green. HEX triplet: 10, D7 and 92. RGB value is (16,215,146). Sum of RGB (Red+Green+Blue) = 16+215+146=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 215 (84.38% from 255 or 57.03% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 215 - color contains mainly: green. Hex color #10D792 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D792 is #EF286D. Grayscale: #939393. Windows color (decimal): -15673454 or 9623312. OLE color: 9623312.
HSL color Cylindrical-coordinate representation of color #10D792: hue angle of 159.2º 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 #10D792 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 215 | 146 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.16 |
| HSL | 159.2º | 0.86% | 0.45% | - |
| HSV(B) | 159.2º | 0.93% | 0.84% | - |
| XYZ | 29.7 | 50.79 | 35.43 | - |
| YUV | 147.63 | 127.07 | 34.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 215 | 146 | 0.93 | 0 | 0.32 | 0.16 | 159.2 | 0.86 | 0.45 |
| Hex | 10 | D7 | 92 | 5D | 0 | 20 | 10 | 9F | 56 | 2D |
| Octal | 20 | 327 | 222 | 135 | 0 | 40 | 20 | 237 | 126 | 55 |
| Binary | 10000 | 11010111 | 10010010 | 1011101 | 0 | 100000 | 10000 | 10011111 | 1010110 | 101101 |
Color Harmonies of #10D792
Complementary color
Monochromatic Colors of #10D792
Black with #10D792
Text Example
Text Example
White with #10D792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D792; }
p { color: rgb(16,215,146); }
H1.HeaderClassName
{
color: #10D792;
}
.AnyTagClassName
{
color: #10D792;
}
</style>
background-color css
<style>
a { background-color: #10D792; }
a { background-color: rgb(16,215,146); }
div.DivClassName
{
background-color: #10D792;
}
.BgClassName
{
background-color: #10D792;
}
</style>
border-color css
<style>
span { border-color: #10D792; }
span { border-color: rgb(16,215,146); }
td.TdClassName
{
border-color: #10D792;
}
.TagClassName
{
border-color: #10D792;
}
</style>