Shades of Caribbean Green #10CC9D
Tints of Caribbean Green #10CC9D
RGB
CMYK
RGB Variations
Color information
#10CC9D (or 0x10CC9D) is known color: Caribbean Green. HEX triplet: 10, CC and 9D. RGB value is (16,204,157). Sum of RGB (Red+Green+Blue) = 16+204+157=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CC9D is #EF3362. Grayscale: #8E8E8E. Windows color (decimal): -15676259 or 10341392. OLE color: 10341392.
HSL color Cylindrical-coordinate representation of color #10CC9D: hue angle of 165º 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 #10CC9D is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 204 | 157 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.2 |
| HSL | 165º | 0.85% | 0.43% | - |
| HSV(B) | 165º | 0.92% | 0.8% | - |
| XYZ | 27.89 | 45.73 | 39.26 | - |
| YUV | 142.43 | 136.22 | 37.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 157 | 0.92 | 0 | 0.23 | 0.2 | 165 | 0.85 | 0.43 |
| Hex | 10 | CC | 9D | 5C | 0 | 17 | 14 | A5 | 55 | 2B |
| Octal | 20 | 314 | 235 | 134 | 0 | 27 | 24 | 245 | 125 | 53 |
| Binary | 10000 | 11001100 | 10011101 | 1011100 | 0 | 10111 | 10100 | 10100101 | 1010101 | 101011 |
Color Harmonies of #10CC9D
Complementary color
Monochromatic Colors of #10CC9D
Black with #10CC9D
Text Example
Text Example
White with #10CC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CC9D; }
p { color: rgb(16,204,157); }
H1.HeaderClassName
{
color: #10CC9D;
}
.AnyTagClassName
{
color: #10CC9D;
}
</style>
background-color css
<style>
a { background-color: #10CC9D; }
a { background-color: rgb(16,204,157); }
div.DivClassName
{
background-color: #10CC9D;
}
.BgClassName
{
background-color: #10CC9D;
}
</style>
border-color css
<style>
span { border-color: #10CC9D; }
span { border-color: rgb(16,204,157); }
td.TdClassName
{
border-color: #10CC9D;
}
.TagClassName
{
border-color: #10CC9D;
}
</style>