Shades of Caribbean Green #10CE92
Tints of Caribbean Green #10CE92
RGB
CMYK
RGB Variations
Color information
#10CE92 (or 0x10CE92) is known color: Caribbean Green. HEX triplet: 10, CE and 92. RGB value is (16,206,146). Sum of RGB (Red+Green+Blue) = 16+206+146=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 206 (80.86% from 255 or 55.98% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CE92 is #EF316D. Grayscale: #8E8E8E. Windows color (decimal): -15675758 or 9621008. OLE color: 9621008.
HSL color Cylindrical-coordinate representation of color #10CE92: hue angle of 161.05º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CE92 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 146 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.19 |
| HSL | 161.05º | 0.86% | 0.44% | - |
| HSV(B) | 161.05º | 0.92% | 0.81% | - |
| XYZ | 27.47 | 46.33 | 34.69 | - |
| YUV | 142.35 | 130.05 | 37.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 146 | 0.92 | 0 | 0.29 | 0.19 | 161.05 | 0.86 | 0.44 |
| Hex | 10 | CE | 92 | 5C | 0 | 1D | 13 | A1 | 56 | 2C |
| Octal | 20 | 316 | 222 | 134 | 0 | 35 | 23 | 241 | 126 | 54 |
| Binary | 10000 | 11001110 | 10010010 | 1011100 | 0 | 11101 | 10011 | 10100001 | 1010110 | 101100 |
Color Harmonies of #10CE92
Complementary color
Monochromatic Colors of #10CE92
Black with #10CE92
Text Example
Text Example
White with #10CE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CE92; }
p { color: rgb(16,206,146); }
H1.HeaderClassName
{
color: #10CE92;
}
.AnyTagClassName
{
color: #10CE92;
}
</style>
background-color css
<style>
a { background-color: #10CE92; }
a { background-color: rgb(16,206,146); }
div.DivClassName
{
background-color: #10CE92;
}
.BgClassName
{
background-color: #10CE92;
}
</style>
border-color css
<style>
span { border-color: #10CE92; }
span { border-color: rgb(16,206,146); }
td.TdClassName
{
border-color: #10CE92;
}
.TagClassName
{
border-color: #10CE92;
}
</style>