Shades of Caribbean Green #1AD6AF
Tints of Caribbean Green #1AD6AF
RGB
CMYK
RGB Variations
Color information
#1AD6AF (or 0x1AD6AF) is known color: Caribbean Green. HEX triplet: 1A, D6 and AF. RGB value is (26,214,175). Sum of RGB (Red+Green+Blue) = 26+214+175=415 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.27% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD6AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD6AF is #E52950. Grayscale: #999999. Windows color (decimal): -15018321 or 11523610. OLE color: 11523610.
HSL color Cylindrical-coordinate representation of color #1AD6AF: hue angle of 167.55º 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 #1AD6AF is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 214 | 175 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.16 |
| HSL | 167.55º | 0.78% | 0.47% | - |
| HSV(B) | 167.55º | 0.88% | 0.84% | - |
| XYZ | 32.21 | 51.41 | 48.78 | - |
| YUV | 153.34 | 140.22 | 37.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 214 | 175 | 0.88 | 0 | 0.18 | 0.16 | 167.55 | 0.78 | 0.47 |
| Hex | 1A | D6 | AF | 58 | 0 | 12 | 10 | A8 | 4E | 2F |
| Octal | 32 | 326 | 257 | 130 | 0 | 22 | 20 | 250 | 116 | 57 |
| Binary | 11010 | 11010110 | 10101111 | 1011000 | 0 | 10010 | 10000 | 10101000 | 1001110 | 101111 |
Color Harmonies of #1AD6AF
Complementary color
Monochromatic Colors of #1AD6AF
Black with #1AD6AF
Text Example
Text Example
White with #1AD6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD6AF; }
p { color: rgb(26,214,175); }
H1.HeaderClassName
{
color: #1AD6AF;
}
.AnyTagClassName
{
color: #1AD6AF;
}
</style>
background-color css
<style>
a { background-color: #1AD6AF; }
a { background-color: rgb(26,214,175); }
div.DivClassName
{
background-color: #1AD6AF;
}
.BgClassName
{
background-color: #1AD6AF;
}
</style>
border-color css
<style>
span { border-color: #1AD6AF; }
span { border-color: rgb(26,214,175); }
td.TdClassName
{
border-color: #1AD6AF;
}
.TagClassName
{
border-color: #1AD6AF;
}
</style>