Shades of Caribbean Green #10C7AB
Tints of Caribbean Green #10C7AB
RGB
CMYK
RGB Variations
Color information
#10C7AB (or 0x10C7AB) is known color: Caribbean Green. HEX triplet: 10, C7 and AB. RGB value is (16,199,171). Sum of RGB (Red+Green+Blue) = 16+199+171=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 199 (78.12% from 255 or 51.55% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 199 - color contains mainly: green. Hex color #10C7AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C7AB is #EF3854. Grayscale: #8D8D8D. Windows color (decimal): -15677525 or 11257616. OLE color: 11257616.
HSL color Cylindrical-coordinate representation of color #10C7AB: hue angle of 170.82º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C7AB is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 199 | 171 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.22 |
| HSL | 170.82º | 0.85% | 0.42% | - |
| HSV(B) | 170.82º | 0.92% | 0.78% | - |
| XYZ | 27.99 | 43.9 | 45.53 | - |
| YUV | 141.09 | 144.87 | 38.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 199 | 171 | 0.92 | 0 | 0.14 | 0.22 | 170.82 | 0.85 | 0.42 |
| Hex | 10 | C7 | AB | 5C | 0 | E | 16 | AB | 55 | 2A |
| Octal | 20 | 307 | 253 | 134 | 0 | 16 | 26 | 253 | 125 | 52 |
| Binary | 10000 | 11000111 | 10101011 | 1011100 | 0 | 1110 | 10110 | 10101011 | 1010101 | 101010 |
Color Harmonies of #10C7AB
Complementary color
Monochromatic Colors of #10C7AB
Black with #10C7AB
Text Example
Text Example
White with #10C7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C7AB; }
p { color: rgb(16,199,171); }
H1.HeaderClassName
{
color: #10C7AB;
}
.AnyTagClassName
{
color: #10C7AB;
}
</style>
background-color css
<style>
a { background-color: #10C7AB; }
a { background-color: rgb(16,199,171); }
div.DivClassName
{
background-color: #10C7AB;
}
.BgClassName
{
background-color: #10C7AB;
}
</style>
border-color css
<style>
span { border-color: #10C7AB; }
span { border-color: rgb(16,199,171); }
td.TdClassName
{
border-color: #10C7AB;
}
.TagClassName
{
border-color: #10C7AB;
}
</style>