Shades of Caribbean Green #10D892
Tints of Caribbean Green #10D892
RGB
CMYK
RGB Variations
Color information
#10D892 (or 0x10D892) is known color: Caribbean Green. HEX triplet: 10, D8 and 92. RGB value is (16,216,146). Sum of RGB (Red+Green+Blue) = 16+216+146=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 216 (84.77% from 255 or 57.14% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 216 - color contains mainly: green. Hex color #10D892 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D892 is #EF276D. Grayscale: #949494. Windows color (decimal): -15673198 or 9623568. OLE color: 9623568.
HSL color Cylindrical-coordinate representation of color #10D892: hue angle of 159º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D892 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 216 | 146 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.15 |
| HSL | 159º | 0.86% | 0.45% | - |
| HSV(B) | 159º | 0.93% | 0.85% | - |
| XYZ | 29.96 | 51.3 | 35.52 | - |
| YUV | 148.22 | 126.74 | 33.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 216 | 146 | 0.93 | 0 | 0.32 | 0.15 | 159 | 0.86 | 0.45 |
| Hex | 10 | D8 | 92 | 5D | 0 | 20 | F | 9F | 56 | 2D |
| Octal | 20 | 330 | 222 | 135 | 0 | 40 | 17 | 237 | 126 | 55 |
| Binary | 10000 | 11011000 | 10010010 | 1011101 | 0 | 100000 | 1111 | 10011111 | 1010110 | 101101 |
Color Harmonies of #10D892
Complementary color
Monochromatic Colors of #10D892
Black with #10D892
Text Example
Text Example
White with #10D892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D892; }
p { color: rgb(16,216,146); }
H1.HeaderClassName
{
color: #10D892;
}
.AnyTagClassName
{
color: #10D892;
}
</style>
background-color css
<style>
a { background-color: #10D892; }
a { background-color: rgb(16,216,146); }
div.DivClassName
{
background-color: #10D892;
}
.BgClassName
{
background-color: #10D892;
}
</style>
border-color css
<style>
span { border-color: #10D892; }
span { border-color: rgb(16,216,146); }
td.TdClassName
{
border-color: #10D892;
}
.TagClassName
{
border-color: #10D892;
}
</style>