Shades of Caribbean Green #10CC8E
Tints of Caribbean Green #10CC8E
RGB
CMYK
RGB Variations
Color information
#10CC8E (or 0x10CC8E) is known color: Caribbean Green. HEX triplet: 10, CC and 8E. RGB value is (16,204,142). Sum of RGB (Red+Green+Blue) = 16+204+142=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 204 (80.08% from 255 or 56.35% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CC8E is #EF3371. Grayscale: #8C8C8C. Windows color (decimal): -15676274 or 9358352. OLE color: 9358352.
HSL color Cylindrical-coordinate representation of color #10CC8E: hue angle of 160.21º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CC8E is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 204 | 142 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.2 |
| HSL | 160.21º | 0.85% | 0.43% | - |
| HSV(B) | 160.21º | 0.92% | 0.8% | - |
| XYZ | 26.69 | 45.25 | 32.92 | - |
| YUV | 140.72 | 128.72 | 39.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 142 | 0.92 | 0 | 0.30 | 0.2 | 160.21 | 0.85 | 0.43 |
| Hex | 10 | CC | 8E | 5C | 0 | 1E | 14 | A0 | 55 | 2B |
| Octal | 20 | 314 | 216 | 134 | 0 | 36 | 24 | 240 | 125 | 53 |
| Binary | 10000 | 11001100 | 10001110 | 1011100 | 0 | 11110 | 10100 | 10100000 | 1010101 | 101011 |
Color Harmonies of #10CC8E
Complementary color
Monochromatic Colors of #10CC8E
Black with #10CC8E
Text Example
Text Example
White with #10CC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CC8E; }
p { color: rgb(16,204,142); }
H1.HeaderClassName
{
color: #10CC8E;
}
.AnyTagClassName
{
color: #10CC8E;
}
</style>
background-color css
<style>
a { background-color: #10CC8E; }
a { background-color: rgb(16,204,142); }
div.DivClassName
{
background-color: #10CC8E;
}
.BgClassName
{
background-color: #10CC8E;
}
</style>
border-color css
<style>
span { border-color: #10CC8E; }
span { border-color: rgb(16,204,142); }
td.TdClassName
{
border-color: #10CC8E;
}
.TagClassName
{
border-color: #10CC8E;
}
</style>