Shades of Caribbean Green #1ADDAD
Tints of Caribbean Green #1ADDAD
RGB
CMYK
RGB Variations
Color information
#1ADDAD (or 0x1ADDAD) is known color: Caribbean Green. HEX triplet: 1A, DD and AD. RGB value is (26,221,173). Sum of RGB (Red+Green+Blue) = 26+221+173=420 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.19% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADDAD is #E52252. Grayscale: #9D9D9D. Windows color (decimal): -15016531 or 11394330. OLE color: 11394330.
HSL color Cylindrical-coordinate representation of color #1ADDAD: hue angle of 165.23º 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 #1ADDAD is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 173 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.13 |
| HSL | 165.23º | 0.79% | 0.48% | - |
| HSV(B) | 165.23º | 0.88% | 0.87% | - |
| XYZ | 33.83 | 54.95 | 48.36 | - |
| YUV | 157.22 | 136.9 | 34.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 173 | 0.88 | 0 | 0.22 | 0.13 | 165.23 | 0.79 | 0.48 |
| Hex | 1A | DD | AD | 58 | 0 | 16 | D | A5 | 4F | 30 |
| Octal | 32 | 335 | 255 | 130 | 0 | 26 | 15 | 245 | 117 | 60 |
| Binary | 11010 | 11011101 | 10101101 | 1011000 | 0 | 10110 | 1101 | 10100101 | 1001111 | 110000 |
Color Harmonies of #1ADDAD
Complementary color
Monochromatic Colors of #1ADDAD
Black with #1ADDAD
Text Example
Text Example
White with #1ADDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADDAD; }
p { color: rgb(26,221,173); }
H1.HeaderClassName
{
color: #1ADDAD;
}
.AnyTagClassName
{
color: #1ADDAD;
}
</style>
background-color css
<style>
a { background-color: #1ADDAD; }
a { background-color: rgb(26,221,173); }
div.DivClassName
{
background-color: #1ADDAD;
}
.BgClassName
{
background-color: #1ADDAD;
}
</style>
border-color css
<style>
span { border-color: #1ADDAD; }
span { border-color: rgb(26,221,173); }
td.TdClassName
{
border-color: #1ADDAD;
}
.TagClassName
{
border-color: #1ADDAD;
}
</style>