Shades of Caribbean Green #1ADDAF
Tints of Caribbean Green #1ADDAF
RGB
CMYK
RGB Variations
Color information
#1ADDAF (or 0x1ADDAF) is known color: Caribbean Green. HEX triplet: 1A, DD and AF. RGB value is (26,221,175). Sum of RGB (Red+Green+Blue) = 26+221+175=422 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.16% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADDAF is #E52250. Grayscale: #9D9D9D. Windows color (decimal): -15016529 or 11525402. OLE color: 11525402.
HSL color Cylindrical-coordinate representation of color #1ADDAF: hue angle of 165.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADDAF is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 175 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.13 |
| HSL | 165.85º | 0.79% | 0.48% | - |
| HSV(B) | 165.85º | 0.88% | 0.87% | - |
| XYZ | 34.02 | 55.03 | 49.39 | - |
| YUV | 157.45 | 137.9 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 175 | 0.88 | 0 | 0.21 | 0.13 | 165.85 | 0.79 | 0.48 |
| Hex | 1A | DD | AF | 58 | 0 | 15 | D | A6 | 4F | 30 |
| Octal | 32 | 335 | 257 | 130 | 0 | 25 | 15 | 246 | 117 | 60 |
| Binary | 11010 | 11011101 | 10101111 | 1011000 | 0 | 10101 | 1101 | 10100110 | 1001111 | 110000 |
Color Harmonies of #1ADDAF
Complementary color
Monochromatic Colors of #1ADDAF
Black with #1ADDAF
Text Example
Text Example
White with #1ADDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADDAF; }
p { color: rgb(26,221,175); }
H1.HeaderClassName
{
color: #1ADDAF;
}
.AnyTagClassName
{
color: #1ADDAF;
}
</style>
background-color css
<style>
a { background-color: #1ADDAF; }
a { background-color: rgb(26,221,175); }
div.DivClassName
{
background-color: #1ADDAF;
}
.BgClassName
{
background-color: #1ADDAF;
}
</style>
border-color css
<style>
span { border-color: #1ADDAF; }
span { border-color: rgb(26,221,175); }
td.TdClassName
{
border-color: #1ADDAF;
}
.TagClassName
{
border-color: #1ADDAF;
}
</style>