Shades of Caribbean Green #1ADCB5
Tints of Caribbean Green #1ADCB5
RGB
CMYK
RGB Variations
Color information
#1ADCB5 (or 0x1ADCB5) is known color: Caribbean Green. HEX triplet: 1A, DC and B5. RGB value is (26,220,181). Sum of RGB (Red+Green+Blue) = 26+220+181=427 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.09% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADCB5 is #E5234A. Grayscale: #9D9D9D. Windows color (decimal): -15016779 or 11918362. OLE color: 11918362.
HSL color Cylindrical-coordinate representation of color #1ADCB5: hue angle of 167.94º 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 #1ADCB5 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 181 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.14 |
| HSL | 167.94º | 0.79% | 0.48% | - |
| HSV(B) | 167.94º | 0.88% | 0.86% | - |
| XYZ | 34.36 | 54.74 | 52.47 | - |
| YUV | 157.55 | 141.23 | 34.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 181 | 0.88 | 0 | 0.18 | 0.14 | 167.94 | 0.79 | 0.48 |
| Hex | 1A | DC | B5 | 58 | 0 | 12 | E | A8 | 4F | 30 |
| Octal | 32 | 334 | 265 | 130 | 0 | 22 | 16 | 250 | 117 | 60 |
| Binary | 11010 | 11011100 | 10110101 | 1011000 | 0 | 10010 | 1110 | 10101000 | 1001111 | 110000 |
Color Harmonies of #1ADCB5
Complementary color
Monochromatic Colors of #1ADCB5
Black with #1ADCB5
Text Example
Text Example
White with #1ADCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADCB5; }
p { color: rgb(26,220,181); }
H1.HeaderClassName
{
color: #1ADCB5;
}
.AnyTagClassName
{
color: #1ADCB5;
}
</style>
background-color css
<style>
a { background-color: #1ADCB5; }
a { background-color: rgb(26,220,181); }
div.DivClassName
{
background-color: #1ADCB5;
}
.BgClassName
{
background-color: #1ADCB5;
}
</style>
border-color css
<style>
span { border-color: #1ADCB5; }
span { border-color: rgb(26,220,181); }
td.TdClassName
{
border-color: #1ADCB5;
}
.TagClassName
{
border-color: #1ADCB5;
}
</style>