Shades of Caribbean Green #1AD6AC
Tints of Caribbean Green #1AD6AC
RGB
CMYK
RGB Variations
Color information
#1AD6AC (or 0x1AD6AC) is known color: Caribbean Green. HEX triplet: 1A, D6 and AC. RGB value is (26,214,172). Sum of RGB (Red+Green+Blue) = 26+214+172=412 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.31% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD6AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD6AC is #E52953. Grayscale: #989898. Windows color (decimal): -15018324 or 11327002. OLE color: 11327002.
HSL color Cylindrical-coordinate representation of color #1AD6AC: hue angle of 166.6º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD6AC is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 214 | 172 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.16 |
| HSL | 166.6º | 0.78% | 0.47% | - |
| HSV(B) | 166.6º | 0.88% | 0.84% | - |
| XYZ | 31.92 | 51.29 | 47.25 | - |
| YUV | 153 | 138.72 | 37.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 214 | 172 | 0.88 | 0 | 0.20 | 0.16 | 166.6 | 0.78 | 0.47 |
| Hex | 1A | D6 | AC | 58 | 0 | 14 | 10 | A7 | 4E | 2F |
| Octal | 32 | 326 | 254 | 130 | 0 | 24 | 20 | 247 | 116 | 57 |
| Binary | 11010 | 11010110 | 10101100 | 1011000 | 0 | 10100 | 10000 | 10100111 | 1001110 | 101111 |
Color Harmonies of #1AD6AC
Complementary color
Monochromatic Colors of #1AD6AC
Black with #1AD6AC
Text Example
Text Example
White with #1AD6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD6AC; }
p { color: rgb(26,214,172); }
H1.HeaderClassName
{
color: #1AD6AC;
}
.AnyTagClassName
{
color: #1AD6AC;
}
</style>
background-color css
<style>
a { background-color: #1AD6AC; }
a { background-color: rgb(26,214,172); }
div.DivClassName
{
background-color: #1AD6AC;
}
.BgClassName
{
background-color: #1AD6AC;
}
</style>
border-color css
<style>
span { border-color: #1AD6AC; }
span { border-color: rgb(26,214,172); }
td.TdClassName
{
border-color: #1AD6AC;
}
.TagClassName
{
border-color: #1AD6AC;
}
</style>