Shades of Caribbean Green #1AD9AF
Tints of Caribbean Green #1AD9AF
RGB
CMYK
RGB Variations
Color information
#1AD9AF (or 0x1AD9AF) is known color: Caribbean Green. HEX triplet: 1A, D9 and AF. RGB value is (26,217,175). Sum of RGB (Red+Green+Blue) = 26+217+175=418 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.22% from 418); Green value is 217 (85.16% from 255 or 51.91% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD9AF is #E52650. Grayscale: #9B9B9B. Windows color (decimal): -15017553 or 11524378. OLE color: 11524378.
HSL color Cylindrical-coordinate representation of color #1AD9AF: hue angle of 166.81º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD9AF is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 217 | 175 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.15 |
| HSL | 166.81º | 0.79% | 0.48% | - |
| HSV(B) | 166.81º | 0.88% | 0.85% | - |
| XYZ | 32.98 | 52.94 | 49.04 | - |
| YUV | 155.1 | 139.22 | 35.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 175 | 0.88 | 0 | 0.19 | 0.15 | 166.81 | 0.79 | 0.48 |
| Hex | 1A | D9 | AF | 58 | 0 | 13 | F | A7 | 4F | 30 |
| Octal | 32 | 331 | 257 | 130 | 0 | 23 | 17 | 247 | 117 | 60 |
| Binary | 11010 | 11011001 | 10101111 | 1011000 | 0 | 10011 | 1111 | 10100111 | 1001111 | 110000 |
Color Harmonies of #1AD9AF
Complementary color
Monochromatic Colors of #1AD9AF
Black with #1AD9AF
Text Example
Text Example
White with #1AD9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD9AF; }
p { color: rgb(26,217,175); }
H1.HeaderClassName
{
color: #1AD9AF;
}
.AnyTagClassName
{
color: #1AD9AF;
}
</style>
background-color css
<style>
a { background-color: #1AD9AF; }
a { background-color: rgb(26,217,175); }
div.DivClassName
{
background-color: #1AD9AF;
}
.BgClassName
{
background-color: #1AD9AF;
}
</style>
border-color css
<style>
span { border-color: #1AD9AF; }
span { border-color: rgb(26,217,175); }
td.TdClassName
{
border-color: #1AD9AF;
}
.TagClassName
{
border-color: #1AD9AF;
}
</style>