Shades of Caribbean Green #1ADBAB
Tints of Caribbean Green #1ADBAB
RGB
CMYK
RGB Variations
Color information
#1ADBAB (or 0x1ADBAB) is known color: Caribbean Green. HEX triplet: 1A, DB and AB. RGB value is (26,219,171). Sum of RGB (Red+Green+Blue) = 26+219+171=416 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.25% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADBAB is #E52454. Grayscale: #9B9B9B. Windows color (decimal): -15017045 or 11262746. OLE color: 11262746.
HSL color Cylindrical-coordinate representation of color #1ADBAB: hue angle of 165.08º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADBAB is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 219 | 171 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.14 |
| HSL | 165.08º | 0.79% | 0.48% | - |
| HSV(B) | 165.08º | 0.88% | 0.86% | - |
| XYZ | 33.11 | 53.82 | 47.17 | - |
| YUV | 155.82 | 136.56 | 35.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 219 | 171 | 0.88 | 0 | 0.22 | 0.14 | 165.08 | 0.79 | 0.48 |
| Hex | 1A | DB | AB | 58 | 0 | 16 | E | A5 | 4F | 30 |
| Octal | 32 | 333 | 253 | 130 | 0 | 26 | 16 | 245 | 117 | 60 |
| Binary | 11010 | 11011011 | 10101011 | 1011000 | 0 | 10110 | 1110 | 10100101 | 1001111 | 110000 |
Color Harmonies of #1ADBAB
Complementary color
Monochromatic Colors of #1ADBAB
Black with #1ADBAB
Text Example
Text Example
White with #1ADBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADBAB; }
p { color: rgb(26,219,171); }
H1.HeaderClassName
{
color: #1ADBAB;
}
.AnyTagClassName
{
color: #1ADBAB;
}
</style>
background-color css
<style>
a { background-color: #1ADBAB; }
a { background-color: rgb(26,219,171); }
div.DivClassName
{
background-color: #1ADBAB;
}
.BgClassName
{
background-color: #1ADBAB;
}
</style>
border-color css
<style>
span { border-color: #1ADBAB; }
span { border-color: rgb(26,219,171); }
td.TdClassName
{
border-color: #1ADBAB;
}
.TagClassName
{
border-color: #1ADBAB;
}
</style>