Shades of Caribbean Green #1ADDB0
Tints of Caribbean Green #1ADDB0
RGB
CMYK
RGB Variations
Color information
#1ADDB0 (or 0x1ADDB0) is known color: Caribbean Green. HEX triplet: 1A, DD and B0. RGB value is (26,221,176). Sum of RGB (Red+Green+Blue) = 26+221+176=423 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.15% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADDB0 is #E5224F. Grayscale: #9D9D9D. Windows color (decimal): -15016528 or 11590938. OLE color: 11590938.
HSL color Cylindrical-coordinate representation of color #1ADDB0: hue angle of 166.15º 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 #1ADDB0 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 176 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.13 |
| HSL | 166.15º | 0.79% | 0.48% | - |
| HSV(B) | 166.15º | 0.88% | 0.87% | - |
| XYZ | 34.12 | 55.07 | 49.91 | - |
| YUV | 157.57 | 138.4 | 34.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 176 | 0.88 | 0 | 0.20 | 0.13 | 166.15 | 0.79 | 0.48 |
| Hex | 1A | DD | B0 | 58 | 0 | 14 | D | A6 | 4F | 30 |
| Octal | 32 | 335 | 260 | 130 | 0 | 24 | 15 | 246 | 117 | 60 |
| Binary | 11010 | 11011101 | 10110000 | 1011000 | 0 | 10100 | 1101 | 10100110 | 1001111 | 110000 |
Color Harmonies of #1ADDB0
Complementary color
Monochromatic Colors of #1ADDB0
Black with #1ADDB0
Text Example
Text Example
White with #1ADDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADDB0; }
p { color: rgb(26,221,176); }
H1.HeaderClassName
{
color: #1ADDB0;
}
.AnyTagClassName
{
color: #1ADDB0;
}
</style>
background-color css
<style>
a { background-color: #1ADDB0; }
a { background-color: rgb(26,221,176); }
div.DivClassName
{
background-color: #1ADDB0;
}
.BgClassName
{
background-color: #1ADDB0;
}
</style>
border-color css
<style>
span { border-color: #1ADDB0; }
span { border-color: rgb(26,221,176); }
td.TdClassName
{
border-color: #1ADDB0;
}
.TagClassName
{
border-color: #1ADDB0;
}
</style>