Shades of Caribbean Green #10CEB2
Tints of Caribbean Green #10CEB2
RGB
CMYK
RGB Variations
Color information
#10CEB2 (or 0x10CEB2) is known color: Caribbean Green. HEX triplet: 10, CE and B2. RGB value is (16,206,178). Sum of RGB (Red+Green+Blue) = 16+206+178=400 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #10CEB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CEB2 is #EF314D. Grayscale: #919191. Windows color (decimal): -15675726 or 11718160. OLE color: 11718160.
HSL color Cylindrical-coordinate representation of color #10CEB2: hue angle of 171.16º 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 #10CEB2 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 178 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.19 |
| HSL | 171.16º | 0.86% | 0.44% | - |
| HSV(B) | 171.16º | 0.92% | 0.81% | - |
| XYZ | 30.32 | 47.47 | 49.68 | - |
| YUV | 146 | 146.05 | 35.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 178 | 0.92 | 0 | 0.14 | 0.19 | 171.16 | 0.86 | 0.44 |
| Hex | 10 | CE | B2 | 5C | 0 | E | 13 | AB | 56 | 2C |
| Octal | 20 | 316 | 262 | 134 | 0 | 16 | 23 | 253 | 126 | 54 |
| Binary | 10000 | 11001110 | 10110010 | 1011100 | 0 | 1110 | 10011 | 10101011 | 1010110 | 101100 |
Color Harmonies of #10CEB2
Complementary color
Monochromatic Colors of #10CEB2
Black with #10CEB2
Text Example
Text Example
White with #10CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CEB2; }
p { color: rgb(16,206,178); }
H1.HeaderClassName
{
color: #10CEB2;
}
.AnyTagClassName
{
color: #10CEB2;
}
</style>
background-color css
<style>
a { background-color: #10CEB2; }
a { background-color: rgb(16,206,178); }
div.DivClassName
{
background-color: #10CEB2;
}
.BgClassName
{
background-color: #10CEB2;
}
</style>
border-color css
<style>
span { border-color: #10CEB2; }
span { border-color: rgb(16,206,178); }
td.TdClassName
{
border-color: #10CEB2;
}
.TagClassName
{
border-color: #10CEB2;
}
</style>