Shades of Caribbean Green #1AD4AA
Tints of Caribbean Green #1AD4AA
RGB
CMYK
RGB Variations
Color information
#1AD4AA (or 0x1AD4AA) is known color: Caribbean Green. HEX triplet: 1A, D4 and AA. RGB value is (26,212,170). Sum of RGB (Red+Green+Blue) = 26+212+170=408 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.37% from 408); Green value is 212 (83.20% from 255 or 51.96% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD4AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD4AA is #E52B55. Grayscale: #979797. Windows color (decimal): -15018838 or 11195418. OLE color: 11195418.
HSL color Cylindrical-coordinate representation of color #1AD4AA: hue angle of 166.45º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD4AA is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 212 | 170 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.17 |
| HSL | 166.45º | 0.78% | 0.47% | - |
| HSV(B) | 166.45º | 0.88% | 0.83% | - |
| XYZ | 31.23 | 50.21 | 46.08 | - |
| YUV | 151.6 | 138.38 | 38.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 170 | 0.88 | 0 | 0.20 | 0.17 | 166.45 | 0.78 | 0.47 |
| Hex | 1A | D4 | AA | 58 | 0 | 14 | 11 | A6 | 4E | 2F |
| Octal | 32 | 324 | 252 | 130 | 0 | 24 | 21 | 246 | 116 | 57 |
| Binary | 11010 | 11010100 | 10101010 | 1011000 | 0 | 10100 | 10001 | 10100110 | 1001110 | 101111 |
Color Harmonies of #1AD4AA
Complementary color
Monochromatic Colors of #1AD4AA
Black with #1AD4AA
Text Example
Text Example
White with #1AD4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD4AA; }
p { color: rgb(26,212,170); }
H1.HeaderClassName
{
color: #1AD4AA;
}
.AnyTagClassName
{
color: #1AD4AA;
}
</style>
background-color css
<style>
a { background-color: #1AD4AA; }
a { background-color: rgb(26,212,170); }
div.DivClassName
{
background-color: #1AD4AA;
}
.BgClassName
{
background-color: #1AD4AA;
}
</style>
border-color css
<style>
span { border-color: #1AD4AA; }
span { border-color: rgb(26,212,170); }
td.TdClassName
{
border-color: #1AD4AA;
}
.TagClassName
{
border-color: #1AD4AA;
}
</style>