Shades of Caribbean Green #1AD0AA
Tints of Caribbean Green #1AD0AA
RGB
CMYK
RGB Variations
Color information
#1AD0AA (or 0x1AD0AA) is known color: Caribbean Green. HEX triplet: 1A, D0 and AA. RGB value is (26,208,170). Sum of RGB (Red+Green+Blue) = 26+208+170=404 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.44% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD0AA is #E52F55. Grayscale: #959595. Windows color (decimal): -15019862 or 11194394. OLE color: 11194394.
HSL color Cylindrical-coordinate representation of color #1AD0AA: hue angle of 167.47º 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 #1AD0AA is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 170 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.18 |
| HSL | 167.47º | 0.78% | 0.46% | - |
| HSV(B) | 167.47º | 0.88% | 0.82% | - |
| XYZ | 30.24 | 48.23 | 45.75 | - |
| YUV | 149.25 | 139.7 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 170 | 0.88 | 0 | 0.18 | 0.18 | 167.47 | 0.78 | 0.46 |
| Hex | 1A | D0 | AA | 58 | 0 | 12 | 12 | A7 | 4E | 2E |
| Octal | 32 | 320 | 252 | 130 | 0 | 22 | 22 | 247 | 116 | 56 |
| Binary | 11010 | 11010000 | 10101010 | 1011000 | 0 | 10010 | 10010 | 10100111 | 1001110 | 101110 |
Color Harmonies of #1AD0AA
Complementary color
Monochromatic Colors of #1AD0AA
Black with #1AD0AA
Text Example
Text Example
White with #1AD0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD0AA; }
p { color: rgb(26,208,170); }
H1.HeaderClassName
{
color: #1AD0AA;
}
.AnyTagClassName
{
color: #1AD0AA;
}
</style>
background-color css
<style>
a { background-color: #1AD0AA; }
a { background-color: rgb(26,208,170); }
div.DivClassName
{
background-color: #1AD0AA;
}
.BgClassName
{
background-color: #1AD0AA;
}
</style>
border-color css
<style>
span { border-color: #1AD0AA; }
span { border-color: rgb(26,208,170); }
td.TdClassName
{
border-color: #1AD0AA;
}
.TagClassName
{
border-color: #1AD0AA;
}
</style>