Shades of Caribbean Green #10C9AC
Tints of Caribbean Green #10C9AC
RGB
CMYK
RGB Variations
Color information
#10C9AC (or 0x10C9AC) is known color: Caribbean Green. HEX triplet: 10, C9 and AC. RGB value is (16,201,172). Sum of RGB (Red+Green+Blue) = 16+201+172=389 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.11% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #10C9AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C9AC is #EF3653. Grayscale: #8E8E8E. Windows color (decimal): -15677012 or 11323664. OLE color: 11323664.
HSL color Cylindrical-coordinate representation of color #10C9AC: hue angle of 170.59º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C9AC is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 201 | 172 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.21 |
| HSL | 170.59º | 0.85% | 0.43% | - |
| HSV(B) | 170.59º | 0.92% | 0.79% | - |
| XYZ | 28.55 | 44.86 | 46.18 | - |
| YUV | 142.38 | 144.71 | 37.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 201 | 172 | 0.92 | 0 | 0.14 | 0.21 | 170.59 | 0.85 | 0.43 |
| Hex | 10 | C9 | AC | 5C | 0 | E | 15 | AB | 55 | 2B |
| Octal | 20 | 311 | 254 | 134 | 0 | 16 | 25 | 253 | 125 | 53 |
| Binary | 10000 | 11001001 | 10101100 | 1011100 | 0 | 1110 | 10101 | 10101011 | 1010101 | 101011 |
Color Harmonies of #10C9AC
Complementary color
Monochromatic Colors of #10C9AC
Black with #10C9AC
Text Example
Text Example
White with #10C9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C9AC; }
p { color: rgb(16,201,172); }
H1.HeaderClassName
{
color: #10C9AC;
}
.AnyTagClassName
{
color: #10C9AC;
}
</style>
background-color css
<style>
a { background-color: #10C9AC; }
a { background-color: rgb(16,201,172); }
div.DivClassName
{
background-color: #10C9AC;
}
.BgClassName
{
background-color: #10C9AC;
}
</style>
border-color css
<style>
span { border-color: #10C9AC; }
span { border-color: rgb(16,201,172); }
td.TdClassName
{
border-color: #10C9AC;
}
.TagClassName
{
border-color: #10C9AC;
}
</style>