Shades of Caribbean Green #10CCAF
Tints of Caribbean Green #10CCAF
RGB
CMYK
RGB Variations
Color information
#10CCAF (or 0x10CCAF) is known color: Caribbean Green. HEX triplet: 10, CC and AF. RGB value is (16,204,175). Sum of RGB (Red+Green+Blue) = 16+204+175=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #10CCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CCAF is #EF3350. Grayscale: #909090. Windows color (decimal): -15676241 or 11521040. OLE color: 11521040.
HSL color Cylindrical-coordinate representation of color #10CCAF: hue angle of 170.74º 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 #10CCAF is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 204 | 175 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.2 |
| HSL | 170.74º | 0.85% | 0.43% | - |
| HSV(B) | 170.74º | 0.92% | 0.8% | - |
| XYZ | 29.54 | 46.39 | 47.95 | - |
| YUV | 144.48 | 145.22 | 36.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 175 | 0.92 | 0 | 0.14 | 0.2 | 170.74 | 0.85 | 0.43 |
| Hex | 10 | CC | AF | 5C | 0 | E | 14 | AB | 55 | 2B |
| Octal | 20 | 314 | 257 | 134 | 0 | 16 | 24 | 253 | 125 | 53 |
| Binary | 10000 | 11001100 | 10101111 | 1011100 | 0 | 1110 | 10100 | 10101011 | 1010101 | 101011 |
Color Harmonies of #10CCAF
Complementary color
Monochromatic Colors of #10CCAF
Black with #10CCAF
Text Example
Text Example
White with #10CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CCAF; }
p { color: rgb(16,204,175); }
H1.HeaderClassName
{
color: #10CCAF;
}
.AnyTagClassName
{
color: #10CCAF;
}
</style>
background-color css
<style>
a { background-color: #10CCAF; }
a { background-color: rgb(16,204,175); }
div.DivClassName
{
background-color: #10CCAF;
}
.BgClassName
{
background-color: #10CCAF;
}
</style>
border-color css
<style>
span { border-color: #10CCAF; }
span { border-color: rgb(16,204,175); }
td.TdClassName
{
border-color: #10CCAF;
}
.TagClassName
{
border-color: #10CCAF;
}
</style>