Shades of Caribbean Green #10D5AB
Tints of Caribbean Green #10D5AB
RGB
CMYK
RGB Variations
Color information
#10D5AB (or 0x10D5AB) is known color: Caribbean Green. HEX triplet: 10, D5 and AB. RGB value is (16,213,171). Sum of RGB (Red+Green+Blue) = 16+213+171=400 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #10D5AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D5AB is #EF2A54. Grayscale: #959595. Windows color (decimal): -15673941 or 11261200. OLE color: 11261200.
HSL color Cylindrical-coordinate representation of color #10D5AB: hue angle of 167.21º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D5AB is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 213 | 171 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.16 |
| HSL | 167.21º | 0.86% | 0.45% | - |
| HSV(B) | 167.21º | 0.92% | 0.84% | - |
| XYZ | 31.36 | 50.64 | 46.65 | - |
| YUV | 149.31 | 140.23 | 32.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 213 | 171 | 0.92 | 0 | 0.20 | 0.16 | 167.21 | 0.86 | 0.45 |
| Hex | 10 | D5 | AB | 5C | 0 | 14 | 10 | A7 | 56 | 2D |
| Octal | 20 | 325 | 253 | 134 | 0 | 24 | 20 | 247 | 126 | 55 |
| Binary | 10000 | 11010101 | 10101011 | 1011100 | 0 | 10100 | 10000 | 10100111 | 1010110 | 101101 |
Color Harmonies of #10D5AB
Complementary color
Monochromatic Colors of #10D5AB
Black with #10D5AB
Text Example
Text Example
White with #10D5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D5AB; }
p { color: rgb(16,213,171); }
H1.HeaderClassName
{
color: #10D5AB;
}
.AnyTagClassName
{
color: #10D5AB;
}
</style>
background-color css
<style>
a { background-color: #10D5AB; }
a { background-color: rgb(16,213,171); }
div.DivClassName
{
background-color: #10D5AB;
}
.BgClassName
{
background-color: #10D5AB;
}
</style>
border-color css
<style>
span { border-color: #10D5AB; }
span { border-color: rgb(16,213,171); }
td.TdClassName
{
border-color: #10D5AB;
}
.TagClassName
{
border-color: #10D5AB;
}
</style>