Shades of Caribbean Green #1AD2AA
Tints of Caribbean Green #1AD2AA
RGB
CMYK
RGB Variations
Color information
#1AD2AA (or 0x1AD2AA) is known color: Caribbean Green. HEX triplet: 1A, D2 and AA. RGB value is (26,210,170). Sum of RGB (Red+Green+Blue) = 26+210+170=406 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.40% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD2AA is #E52D55. Grayscale: #969696. Windows color (decimal): -15019350 or 11194906. OLE color: 11194906.
HSL color Cylindrical-coordinate representation of color #1AD2AA: hue angle of 166.96º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD2AA is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 170 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.18 |
| HSL | 166.96º | 0.78% | 0.46% | - |
| HSV(B) | 166.96º | 0.88% | 0.82% | - |
| XYZ | 30.73 | 49.22 | 45.91 | - |
| YUV | 150.42 | 139.04 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 170 | 0.88 | 0 | 0.19 | 0.18 | 166.96 | 0.78 | 0.46 |
| Hex | 1A | D2 | AA | 58 | 0 | 13 | 12 | A7 | 4E | 2E |
| Octal | 32 | 322 | 252 | 130 | 0 | 23 | 22 | 247 | 116 | 56 |
| Binary | 11010 | 11010010 | 10101010 | 1011000 | 0 | 10011 | 10010 | 10100111 | 1001110 | 101110 |
Color Harmonies of #1AD2AA
Complementary color
Monochromatic Colors of #1AD2AA
Black with #1AD2AA
Text Example
Text Example
White with #1AD2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD2AA; }
p { color: rgb(26,210,170); }
H1.HeaderClassName
{
color: #1AD2AA;
}
.AnyTagClassName
{
color: #1AD2AA;
}
</style>
background-color css
<style>
a { background-color: #1AD2AA; }
a { background-color: rgb(26,210,170); }
div.DivClassName
{
background-color: #1AD2AA;
}
.BgClassName
{
background-color: #1AD2AA;
}
</style>
border-color css
<style>
span { border-color: #1AD2AA; }
span { border-color: rgb(26,210,170); }
td.TdClassName
{
border-color: #1AD2AA;
}
.TagClassName
{
border-color: #1AD2AA;
}
</style>