Shades of Caribbean Green #10D5AC
Tints of Caribbean Green #10D5AC
RGB
CMYK
RGB Variations
Color information
#10D5AC (or 0x10D5AC) is known color: Caribbean Green. HEX triplet: 10, D5 and AC. RGB value is (16,213,172). Sum of RGB (Red+Green+Blue) = 16+213+172=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 213 (83.59% from 255 or 53.12% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 213 - color contains mainly: green. Hex color #10D5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D5AC is #EF2A53. Grayscale: #959595. Windows color (decimal): -15673940 or 11326736. OLE color: 11326736.
HSL color Cylindrical-coordinate representation of color #10D5AC: hue angle of 167.51º 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 #10D5AC is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 213 | 172 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.16 |
| HSL | 167.51º | 0.86% | 0.45% | - |
| HSV(B) | 167.51º | 0.92% | 0.84% | - |
| XYZ | 31.45 | 50.68 | 47.15 | - |
| YUV | 149.42 | 140.73 | 32.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 213 | 172 | 0.92 | 0 | 0.19 | 0.16 | 167.51 | 0.86 | 0.45 |
| Hex | 10 | D5 | AC | 5C | 0 | 13 | 10 | A8 | 56 | 2D |
| Octal | 20 | 325 | 254 | 134 | 0 | 23 | 20 | 250 | 126 | 55 |
| Binary | 10000 | 11010101 | 10101100 | 1011100 | 0 | 10011 | 10000 | 10101000 | 1010110 | 101101 |
Color Harmonies of #10D5AC
Complementary color
Monochromatic Colors of #10D5AC
Black with #10D5AC
Text Example
Text Example
White with #10D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D5AC; }
p { color: rgb(16,213,172); }
H1.HeaderClassName
{
color: #10D5AC;
}
.AnyTagClassName
{
color: #10D5AC;
}
</style>
background-color css
<style>
a { background-color: #10D5AC; }
a { background-color: rgb(16,213,172); }
div.DivClassName
{
background-color: #10D5AC;
}
.BgClassName
{
background-color: #10D5AC;
}
</style>
border-color css
<style>
span { border-color: #10D5AC; }
span { border-color: rgb(16,213,172); }
td.TdClassName
{
border-color: #10D5AC;
}
.TagClassName
{
border-color: #10D5AC;
}
</style>