Shades of Caribbean Green #10CEA1
Tints of Caribbean Green #10CEA1
RGB
CMYK
RGB Variations
Color information
#10CEA1 (or 0x10CEA1) is known color: Caribbean Green. HEX triplet: 10, CE and A1. RGB value is (16,206,161). Sum of RGB (Red+Green+Blue) = 16+206+161=383 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.18% from 383); Green value is 206 (80.86% from 255 or 53.79% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 206 - color contains mainly: green. Hex color #10CEA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CEA1 is #EF315E. Grayscale: #909090. Windows color (decimal): -15675743 or 10604048. OLE color: 10604048.
HSL color Cylindrical-coordinate representation of color #10CEA1: hue angle of 165.79º 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 #10CEA1 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 161 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.19 |
| HSL | 165.79º | 0.86% | 0.44% | - |
| HSV(B) | 165.79º | 0.92% | 0.81% | - |
| XYZ | 28.72 | 46.83 | 41.24 | - |
| YUV | 144.06 | 137.55 | 36.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 161 | 0.92 | 0 | 0.22 | 0.19 | 165.79 | 0.86 | 0.44 |
| Hex | 10 | CE | A1 | 5C | 0 | 16 | 13 | A6 | 56 | 2C |
| Octal | 20 | 316 | 241 | 134 | 0 | 26 | 23 | 246 | 126 | 54 |
| Binary | 10000 | 11001110 | 10100001 | 1011100 | 0 | 10110 | 10011 | 10100110 | 1010110 | 101100 |
Color Harmonies of #10CEA1
Complementary color
Monochromatic Colors of #10CEA1
Black with #10CEA1
Text Example
Text Example
White with #10CEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CEA1; }
p { color: rgb(16,206,161); }
H1.HeaderClassName
{
color: #10CEA1;
}
.AnyTagClassName
{
color: #10CEA1;
}
</style>
background-color css
<style>
a { background-color: #10CEA1; }
a { background-color: rgb(16,206,161); }
div.DivClassName
{
background-color: #10CEA1;
}
.BgClassName
{
background-color: #10CEA1;
}
</style>
border-color css
<style>
span { border-color: #10CEA1; }
span { border-color: rgb(16,206,161); }
td.TdClassName
{
border-color: #10CEA1;
}
.TagClassName
{
border-color: #10CEA1;
}
</style>