Shades of Caribbean Green #10C6A8
Tints of Caribbean Green #10C6A8
RGB
CMYK
RGB Variations
Color information
#10C6A8 (or 0x10C6A8) is known color: Caribbean Green. HEX triplet: 10, C6 and A8. RGB value is (16,198,168). Sum of RGB (Red+Green+Blue) = 16+198+168=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 198 (77.73% from 255 or 51.83% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 198 - color contains mainly: green. Hex color #10C6A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C6A8 is #EF3957. Grayscale: #8C8C8C. Windows color (decimal): -15677784 or 11060752. OLE color: 11060752.
HSL color Cylindrical-coordinate representation of color #10C6A8: hue angle of 170.11º 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 #10C6A8 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 198 | 168 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.22 |
| HSL | 170.11º | 0.85% | 0.42% | - |
| HSV(B) | 170.11º | 0.92% | 0.78% | - |
| XYZ | 27.48 | 43.33 | 43.96 | - |
| YUV | 140.16 | 143.7 | 39.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 198 | 168 | 0.92 | 0 | 0.15 | 0.22 | 170.11 | 0.85 | 0.42 |
| Hex | 10 | C6 | A8 | 5C | 0 | F | 16 | AA | 55 | 2A |
| Octal | 20 | 306 | 250 | 134 | 0 | 17 | 26 | 252 | 125 | 52 |
| Binary | 10000 | 11000110 | 10101000 | 1011100 | 0 | 1111 | 10110 | 10101010 | 1010101 | 101010 |
Color Harmonies of #10C6A8
Complementary color
Monochromatic Colors of #10C6A8
Black with #10C6A8
Text Example
Text Example
White with #10C6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C6A8; }
p { color: rgb(16,198,168); }
H1.HeaderClassName
{
color: #10C6A8;
}
.AnyTagClassName
{
color: #10C6A8;
}
</style>
background-color css
<style>
a { background-color: #10C6A8; }
a { background-color: rgb(16,198,168); }
div.DivClassName
{
background-color: #10C6A8;
}
.BgClassName
{
background-color: #10C6A8;
}
</style>
border-color css
<style>
span { border-color: #10C6A8; }
span { border-color: rgb(16,198,168); }
td.TdClassName
{
border-color: #10C6A8;
}
.TagClassName
{
border-color: #10C6A8;
}
</style>