Shades of Caribbean Green #10CEA2
Tints of Caribbean Green #10CEA2
RGB
CMYK
RGB Variations
Color information
#10CEA2 (or 0x10CEA2) is known color: Caribbean Green. HEX triplet: 10, CE and A2. RGB value is (16,206,162). Sum of RGB (Red+Green+Blue) = 16+206+162=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #10CEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CEA2 is #EF315D. Grayscale: #909090. Windows color (decimal): -15675742 or 10669584. OLE color: 10669584.
HSL color Cylindrical-coordinate representation of color #10CEA2: hue angle of 166.11º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CEA2 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 162 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.19 |
| HSL | 166.11º | 0.86% | 0.44% | - |
| HSV(B) | 166.11º | 0.92% | 0.81% | - |
| XYZ | 28.81 | 46.86 | 41.71 | - |
| YUV | 144.17 | 138.05 | 36.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 162 | 0.92 | 0 | 0.21 | 0.19 | 166.11 | 0.86 | 0.44 |
| Hex | 10 | CE | A2 | 5C | 0 | 15 | 13 | A6 | 56 | 2C |
| Octal | 20 | 316 | 242 | 134 | 0 | 25 | 23 | 246 | 126 | 54 |
| Binary | 10000 | 11001110 | 10100010 | 1011100 | 0 | 10101 | 10011 | 10100110 | 1010110 | 101100 |
Color Harmonies of #10CEA2
Complementary color
Monochromatic Colors of #10CEA2
Black with #10CEA2
Text Example
Text Example
White with #10CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CEA2; }
p { color: rgb(16,206,162); }
H1.HeaderClassName
{
color: #10CEA2;
}
.AnyTagClassName
{
color: #10CEA2;
}
</style>
background-color css
<style>
a { background-color: #10CEA2; }
a { background-color: rgb(16,206,162); }
div.DivClassName
{
background-color: #10CEA2;
}
.BgClassName
{
background-color: #10CEA2;
}
</style>
border-color css
<style>
span { border-color: #10CEA2; }
span { border-color: rgb(16,206,162); }
td.TdClassName
{
border-color: #10CEA2;
}
.TagClassName
{
border-color: #10CEA2;
}
</style>