Shades of Caribbean Green #1ADCAC
Tints of Caribbean Green #1ADCAC
RGB
CMYK
RGB Variations
Color information
#1ADCAC (or 0x1ADCAC) is known color: Caribbean Green. HEX triplet: 1A, DC and AC. RGB value is (26,220,172). Sum of RGB (Red+Green+Blue) = 26+220+172=418 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.22% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADCAC is #E52353. Grayscale: #9C9C9C. Windows color (decimal): -15016788 or 11328538. OLE color: 11328538.
HSL color Cylindrical-coordinate representation of color #1ADCAC: hue angle of 165.15º 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 #1ADCAC is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 172 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.14 |
| HSL | 165.15º | 0.79% | 0.48% | - |
| HSV(B) | 165.15º | 0.88% | 0.86% | - |
| XYZ | 33.47 | 54.38 | 47.76 | - |
| YUV | 156.52 | 136.73 | 34.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 172 | 0.88 | 0 | 0.22 | 0.14 | 165.15 | 0.79 | 0.48 |
| Hex | 1A | DC | AC | 58 | 0 | 16 | E | A5 | 4F | 30 |
| Octal | 32 | 334 | 254 | 130 | 0 | 26 | 16 | 245 | 117 | 60 |
| Binary | 11010 | 11011100 | 10101100 | 1011000 | 0 | 10110 | 1110 | 10100101 | 1001111 | 110000 |
Color Harmonies of #1ADCAC
Complementary color
Monochromatic Colors of #1ADCAC
Black with #1ADCAC
Text Example
Text Example
White with #1ADCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADCAC; }
p { color: rgb(26,220,172); }
H1.HeaderClassName
{
color: #1ADCAC;
}
.AnyTagClassName
{
color: #1ADCAC;
}
</style>
background-color css
<style>
a { background-color: #1ADCAC; }
a { background-color: rgb(26,220,172); }
div.DivClassName
{
background-color: #1ADCAC;
}
.BgClassName
{
background-color: #1ADCAC;
}
</style>
border-color css
<style>
span { border-color: #1ADCAC; }
span { border-color: rgb(26,220,172); }
td.TdClassName
{
border-color: #1ADCAC;
}
.TagClassName
{
border-color: #1ADCAC;
}
</style>