Shades of Caribbean Green #1ADCB1
Tints of Caribbean Green #1ADCB1
RGB
CMYK
RGB Variations
Color information
#1ADCB1 (or 0x1ADCB1) is known color: Caribbean Green. HEX triplet: 1A, DC and B1. RGB value is (26,220,177). Sum of RGB (Red+Green+Blue) = 26+220+177=423 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.15% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADCB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADCB1 is #E5234E. Grayscale: #9D9D9D. Windows color (decimal): -15016783 or 11656218. OLE color: 11656218.
HSL color Cylindrical-coordinate representation of color #1ADCB1: hue angle of 166.7º 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 #1ADCB1 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 177 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.14 |
| HSL | 166.7º | 0.79% | 0.48% | - |
| HSV(B) | 166.7º | 0.88% | 0.86% | - |
| XYZ | 33.96 | 54.58 | 50.34 | - |
| YUV | 157.09 | 139.23 | 34.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 177 | 0.88 | 0 | 0.20 | 0.14 | 166.7 | 0.79 | 0.48 |
| Hex | 1A | DC | B1 | 58 | 0 | 14 | E | A7 | 4F | 30 |
| Octal | 32 | 334 | 261 | 130 | 0 | 24 | 16 | 247 | 117 | 60 |
| Binary | 11010 | 11011100 | 10110001 | 1011000 | 0 | 10100 | 1110 | 10100111 | 1001111 | 110000 |
Color Harmonies of #1ADCB1
Complementary color
Monochromatic Colors of #1ADCB1
Black with #1ADCB1
Text Example
Text Example
White with #1ADCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADCB1; }
p { color: rgb(26,220,177); }
H1.HeaderClassName
{
color: #1ADCB1;
}
.AnyTagClassName
{
color: #1ADCB1;
}
</style>
background-color css
<style>
a { background-color: #1ADCB1; }
a { background-color: rgb(26,220,177); }
div.DivClassName
{
background-color: #1ADCB1;
}
.BgClassName
{
background-color: #1ADCB1;
}
</style>
border-color css
<style>
span { border-color: #1ADCB1; }
span { border-color: rgb(26,220,177); }
td.TdClassName
{
border-color: #1ADCB1;
}
.TagClassName
{
border-color: #1ADCB1;
}
</style>