Shades of Caribbean Green #1ADEB2
Tints of Caribbean Green #1ADEB2
RGB
CMYK
RGB Variations
Color information
#1ADEB2 (or 0x1ADEB2) is known color: Caribbean Green. HEX triplet: 1A, DE and B2. RGB value is (26,222,178). Sum of RGB (Red+Green+Blue) = 26+222+178=426 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.10% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADEB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADEB2 is #E5214D. Grayscale: #9E9E9E. Windows color (decimal): -15016270 or 11722266. OLE color: 11722266.
HSL color Cylindrical-coordinate representation of color #1ADEB2: hue angle of 166.53º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADEB2 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 178 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.13 |
| HSL | 166.53º | 0.79% | 0.49% | - |
| HSV(B) | 166.53º | 0.88% | 0.87% | - |
| XYZ | 34.58 | 55.68 | 51.04 | - |
| YUV | 158.38 | 139.07 | 33.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 178 | 0.88 | 0 | 0.20 | 0.13 | 166.53 | 0.79 | 0.49 |
| Hex | 1A | DE | B2 | 58 | 0 | 14 | D | A7 | 4F | 31 |
| Octal | 32 | 336 | 262 | 130 | 0 | 24 | 15 | 247 | 117 | 61 |
| Binary | 11010 | 11011110 | 10110010 | 1011000 | 0 | 10100 | 1101 | 10100111 | 1001111 | 110001 |
Color Harmonies of #1ADEB2
Complementary color
Monochromatic Colors of #1ADEB2
Black with #1ADEB2
Text Example
Text Example
White with #1ADEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADEB2; }
p { color: rgb(26,222,178); }
H1.HeaderClassName
{
color: #1ADEB2;
}
.AnyTagClassName
{
color: #1ADEB2;
}
</style>
background-color css
<style>
a { background-color: #1ADEB2; }
a { background-color: rgb(26,222,178); }
div.DivClassName
{
background-color: #1ADEB2;
}
.BgClassName
{
background-color: #1ADEB2;
}
</style>
border-color css
<style>
span { border-color: #1ADEB2; }
span { border-color: rgb(26,222,178); }
td.TdClassName
{
border-color: #1ADEB2;
}
.TagClassName
{
border-color: #1ADEB2;
}
</style>