Shades of Caribbean Green #1AD4AC
Tints of Caribbean Green #1AD4AC
RGB
CMYK
RGB Variations
Color information
#1AD4AC (or 0x1AD4AC) is known color: Caribbean Green. HEX triplet: 1A, D4 and AC. RGB value is (26,212,172). Sum of RGB (Red+Green+Blue) = 26+212+172=410 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.34% from 410); Green value is 212 (83.20% from 255 or 51.71% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD4AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD4AC is #E52B53. Grayscale: #979797. Windows color (decimal): -15018836 or 11326490. OLE color: 11326490.
HSL color Cylindrical-coordinate representation of color #1AD4AC: hue angle of 167.1º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD4AC is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 212 | 172 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.17 |
| HSL | 167.1º | 0.78% | 0.47% | - |
| HSV(B) | 167.1º | 0.88% | 0.83% | - |
| XYZ | 31.42 | 50.29 | 47.08 | - |
| YUV | 151.83 | 139.38 | 38.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 172 | 0.88 | 0 | 0.19 | 0.17 | 167.1 | 0.78 | 0.47 |
| Hex | 1A | D4 | AC | 58 | 0 | 13 | 11 | A7 | 4E | 2F |
| Octal | 32 | 324 | 254 | 130 | 0 | 23 | 21 | 247 | 116 | 57 |
| Binary | 11010 | 11010100 | 10101100 | 1011000 | 0 | 10011 | 10001 | 10100111 | 1001110 | 101111 |
Color Harmonies of #1AD4AC
Complementary color
Monochromatic Colors of #1AD4AC
Black with #1AD4AC
Text Example
Text Example
White with #1AD4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD4AC; }
p { color: rgb(26,212,172); }
H1.HeaderClassName
{
color: #1AD4AC;
}
.AnyTagClassName
{
color: #1AD4AC;
}
</style>
background-color css
<style>
a { background-color: #1AD4AC; }
a { background-color: rgb(26,212,172); }
div.DivClassName
{
background-color: #1AD4AC;
}
.BgClassName
{
background-color: #1AD4AC;
}
</style>
border-color css
<style>
span { border-color: #1AD4AC; }
span { border-color: rgb(26,212,172); }
td.TdClassName
{
border-color: #1AD4AC;
}
.TagClassName
{
border-color: #1AD4AC;
}
</style>