Shades of Caribbean Green #10D492
Tints of Caribbean Green #10D492
RGB
CMYK
RGB Variations
Color information
#10D492 (or 0x10D492) is known color: Caribbean Green. HEX triplet: 10, D4 and 92. RGB value is (16,212,146). Sum of RGB (Red+Green+Blue) = 16+212+146=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 212 (83.20% from 255 or 56.68% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 212 - color contains mainly: green. Hex color #10D492 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D492 is #EF2B6D. Grayscale: #919191. Windows color (decimal): -15674222 or 9622544. OLE color: 9622544.
HSL color Cylindrical-coordinate representation of color #10D492: hue angle of 159.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D492 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 212 | 146 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.17 |
| HSL | 159.8º | 0.86% | 0.45% | - |
| HSV(B) | 159.8º | 0.92% | 0.83% | - |
| XYZ | 28.95 | 49.27 | 35.18 | - |
| YUV | 145.87 | 128.07 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 212 | 146 | 0.92 | 0 | 0.31 | 0.17 | 159.8 | 0.86 | 0.45 |
| Hex | 10 | D4 | 92 | 5C | 0 | 1F | 11 | A0 | 56 | 2D |
| Octal | 20 | 324 | 222 | 134 | 0 | 37 | 21 | 240 | 126 | 55 |
| Binary | 10000 | 11010100 | 10010010 | 1011100 | 0 | 11111 | 10001 | 10100000 | 1010110 | 101101 |
Color Harmonies of #10D492
Complementary color
Monochromatic Colors of #10D492
Black with #10D492
Text Example
Text Example
White with #10D492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D492; }
p { color: rgb(16,212,146); }
H1.HeaderClassName
{
color: #10D492;
}
.AnyTagClassName
{
color: #10D492;
}
</style>
background-color css
<style>
a { background-color: #10D492; }
a { background-color: rgb(16,212,146); }
div.DivClassName
{
background-color: #10D492;
}
.BgClassName
{
background-color: #10D492;
}
</style>
border-color css
<style>
span { border-color: #10D492; }
span { border-color: rgb(16,212,146); }
td.TdClassName
{
border-color: #10D492;
}
.TagClassName
{
border-color: #10D492;
}
</style>