Shades of Caribbean Green #10CEAB
Tints of Caribbean Green #10CEAB
RGB
CMYK
RGB Variations
Color information
#10CEAB (or 0x10CEAB) is known color: Caribbean Green. HEX triplet: 10, CE and AB. RGB value is (16,206,171). Sum of RGB (Red+Green+Blue) = 16+206+171=393 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.07% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #10CEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CEAB is #EF3154. Grayscale: #919191. Windows color (decimal): -15675733 or 11259408. OLE color: 11259408.
HSL color Cylindrical-coordinate representation of color #10CEAB: hue angle of 168.95º 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 #10CEAB is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 171 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.19 |
| HSL | 168.95º | 0.86% | 0.44% | - |
| HSV(B) | 168.95º | 0.92% | 0.81% | - |
| XYZ | 29.64 | 47.19 | 46.08 | - |
| YUV | 145.2 | 142.55 | 35.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 171 | 0.92 | 0 | 0.17 | 0.19 | 168.95 | 0.86 | 0.44 |
| Hex | 10 | CE | AB | 5C | 0 | 11 | 13 | A9 | 56 | 2C |
| Octal | 20 | 316 | 253 | 134 | 0 | 21 | 23 | 251 | 126 | 54 |
| Binary | 10000 | 11001110 | 10101011 | 1011100 | 0 | 10001 | 10011 | 10101001 | 1010110 | 101100 |
Color Harmonies of #10CEAB
Complementary color
Monochromatic Colors of #10CEAB
Black with #10CEAB
Text Example
Text Example
White with #10CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CEAB; }
p { color: rgb(16,206,171); }
H1.HeaderClassName
{
color: #10CEAB;
}
.AnyTagClassName
{
color: #10CEAB;
}
</style>
background-color css
<style>
a { background-color: #10CEAB; }
a { background-color: rgb(16,206,171); }
div.DivClassName
{
background-color: #10CEAB;
}
.BgClassName
{
background-color: #10CEAB;
}
</style>
border-color css
<style>
span { border-color: #10CEAB; }
span { border-color: rgb(16,206,171); }
td.TdClassName
{
border-color: #10CEAB;
}
.TagClassName
{
border-color: #10CEAB;
}
</style>