Shades of Caribbean Green #1ADDAE
Tints of Caribbean Green #1ADDAE
RGB
CMYK
RGB Variations
Color information
#1ADDAE (or 0x1ADDAE) is known color: Caribbean Green. HEX triplet: 1A, DD and AE. RGB value is (26,221,174). Sum of RGB (Red+Green+Blue) = 26+221+174=421 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.18% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADDAE is #E52251. Grayscale: #9D9D9D. Windows color (decimal): -15016530 or 11459866. OLE color: 11459866.
HSL color Cylindrical-coordinate representation of color #1ADDAE: hue angle of 165.54º 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 #1ADDAE is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 174 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.13 |
| HSL | 165.54º | 0.79% | 0.48% | - |
| HSV(B) | 165.54º | 0.88% | 0.87% | - |
| XYZ | 33.92 | 54.99 | 48.87 | - |
| YUV | 157.34 | 137.4 | 34.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 174 | 0.88 | 0 | 0.21 | 0.13 | 165.54 | 0.79 | 0.48 |
| Hex | 1A | DD | AE | 58 | 0 | 15 | D | A6 | 4F | 30 |
| Octal | 32 | 335 | 256 | 130 | 0 | 25 | 15 | 246 | 117 | 60 |
| Binary | 11010 | 11011101 | 10101110 | 1011000 | 0 | 10101 | 1101 | 10100110 | 1001111 | 110000 |
Color Harmonies of #1ADDAE
Complementary color
Monochromatic Colors of #1ADDAE
Black with #1ADDAE
Text Example
Text Example
White with #1ADDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADDAE; }
p { color: rgb(26,221,174); }
H1.HeaderClassName
{
color: #1ADDAE;
}
.AnyTagClassName
{
color: #1ADDAE;
}
</style>
background-color css
<style>
a { background-color: #1ADDAE; }
a { background-color: rgb(26,221,174); }
div.DivClassName
{
background-color: #1ADDAE;
}
.BgClassName
{
background-color: #1ADDAE;
}
</style>
border-color css
<style>
span { border-color: #1ADDAE; }
span { border-color: rgb(26,221,174); }
td.TdClassName
{
border-color: #1ADDAE;
}
.TagClassName
{
border-color: #1ADDAE;
}
</style>