Shades of Caribbean Green #1AD0AC
Tints of Caribbean Green #1AD0AC
RGB
CMYK
RGB Variations
Color information
#1AD0AC (or 0x1AD0AC) is known color: Caribbean Green. HEX triplet: 1A, D0 and AC. RGB value is (26,208,172). Sum of RGB (Red+Green+Blue) = 26+208+172=406 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.40% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD0AC is #E52F53. Grayscale: #959595. Windows color (decimal): -15019860 or 11325466. OLE color: 11325466.
HSL color Cylindrical-coordinate representation of color #1AD0AC: hue angle of 168.13º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD0AC is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 172 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.18 |
| HSL | 168.13º | 0.78% | 0.46% | - |
| HSV(B) | 168.13º | 0.88% | 0.82% | - |
| XYZ | 30.43 | 48.31 | 46.75 | - |
| YUV | 149.48 | 140.7 | 39.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 172 | 0.88 | 0 | 0.17 | 0.18 | 168.13 | 0.78 | 0.46 |
| Hex | 1A | D0 | AC | 58 | 0 | 11 | 12 | A8 | 4E | 2E |
| Octal | 32 | 320 | 254 | 130 | 0 | 21 | 22 | 250 | 116 | 56 |
| Binary | 11010 | 11010000 | 10101100 | 1011000 | 0 | 10001 | 10010 | 10101000 | 1001110 | 101110 |
Color Harmonies of #1AD0AC
Complementary color
Monochromatic Colors of #1AD0AC
Black with #1AD0AC
Text Example
Text Example
White with #1AD0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD0AC; }
p { color: rgb(26,208,172); }
H1.HeaderClassName
{
color: #1AD0AC;
}
.AnyTagClassName
{
color: #1AD0AC;
}
</style>
background-color css
<style>
a { background-color: #1AD0AC; }
a { background-color: rgb(26,208,172); }
div.DivClassName
{
background-color: #1AD0AC;
}
.BgClassName
{
background-color: #1AD0AC;
}
</style>
border-color css
<style>
span { border-color: #1AD0AC; }
span { border-color: rgb(26,208,172); }
td.TdClassName
{
border-color: #1AD0AC;
}
.TagClassName
{
border-color: #1AD0AC;
}
</style>