Shades of Caribbean Green #10E1AF
Tints of Caribbean Green #10E1AF
RGB
CMYK
RGB Variations
Color information
#10E1AF (or 0x10E1AF) is known color: Caribbean Green. HEX triplet: 10, E1 and AF. RGB value is (16,225,175). Sum of RGB (Red+Green+Blue) = 16+225+175=416 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.85% from 416); Green value is 225 (88.28% from 255 or 54.09% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 225 - color contains mainly: green. Hex color #10E1AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10E1AF is #EF1E50. Grayscale: #9C9C9C. Windows color (decimal): -15670865 or 11526416. OLE color: 11526416.
HSL color Cylindrical-coordinate representation of color #10E1AF: hue angle of 165.65º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E1AF is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 225 | 175 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.12 |
| HSL | 165.65º | 0.87% | 0.47% | - |
| HSV(B) | 165.65º | 0.93% | 0.88% | - |
| XYZ | 34.88 | 57.06 | 49.73 | - |
| YUV | 156.81 | 138.26 | 27.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 225 | 175 | 0.93 | 0 | 0.22 | 0.12 | 165.65 | 0.87 | 0.47 |
| Hex | 10 | E1 | AF | 5D | 0 | 16 | C | A6 | 57 | 2F |
| Octal | 20 | 341 | 257 | 135 | 0 | 26 | 14 | 246 | 127 | 57 |
| Binary | 10000 | 11100001 | 10101111 | 1011101 | 0 | 10110 | 1100 | 10100110 | 1010111 | 101111 |
Color Harmonies of #10E1AF
Complementary color
Monochromatic Colors of #10E1AF
Black with #10E1AF
Text Example
Text Example
White with #10E1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E1AF; }
p { color: rgb(16,225,175); }
H1.HeaderClassName
{
color: #10E1AF;
}
.AnyTagClassName
{
color: #10E1AF;
}
</style>
background-color css
<style>
a { background-color: #10E1AF; }
a { background-color: rgb(16,225,175); }
div.DivClassName
{
background-color: #10E1AF;
}
.BgClassName
{
background-color: #10E1AF;
}
</style>
border-color css
<style>
span { border-color: #10E1AF; }
span { border-color: rgb(16,225,175); }
td.TdClassName
{
border-color: #10E1AF;
}
.TagClassName
{
border-color: #10E1AF;
}
</style>