Shades of Robin's Egg Blue #1AD4C0
Tints of Robin's Egg Blue #1AD4C0
RGB
CMYK
RGB Variations
Color information
#1AD4C0 (or 0x1AD4C0) is known color: Robin's Egg Blue. HEX triplet: 1A, D4 and C0. RGB value is (26,212,192). Sum of RGB (Red+Green+Blue) = 26+212+192=430 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.05% from 430); Green value is 212 (83.20% from 255 or 49.30% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD4C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD4C0 is #E52B3F. Grayscale: #9A9A9A. Windows color (decimal): -15018816 or 12637210. OLE color: 12637210.
HSL color Cylindrical-coordinate representation of color #1AD4C0: hue angle of 173.55º 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 #1AD4C0 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 212 | 192 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.17 |
| HSL | 173.55º | 0.78% | 0.47% | - |
| HSV(B) | 173.55º | 0.88% | 0.83% | - |
| XYZ | 33.48 | 51.11 | 57.97 | - |
| YUV | 154.11 | 149.38 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 192 | 0.88 | 0 | 0.09 | 0.17 | 173.55 | 0.78 | 0.47 |
| Hex | 1A | D4 | C0 | 58 | 0 | 9 | 11 | AE | 4E | 2F |
| Octal | 32 | 324 | 300 | 130 | 0 | 11 | 21 | 256 | 116 | 57 |
| Binary | 11010 | 11010100 | 11000000 | 1011000 | 0 | 1001 | 10001 | 10101110 | 1001110 | 101111 |
Color Harmonies of #1AD4C0
Complementary color
Monochromatic Colors of #1AD4C0
Black with #1AD4C0
Text Example
Text Example
White with #1AD4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD4C0; }
p { color: rgb(26,212,192); }
H1.HeaderClassName
{
color: #1AD4C0;
}
.AnyTagClassName
{
color: #1AD4C0;
}
</style>
background-color css
<style>
a { background-color: #1AD4C0; }
a { background-color: rgb(26,212,192); }
div.DivClassName
{
background-color: #1AD4C0;
}
.BgClassName
{
background-color: #1AD4C0;
}
</style>
border-color css
<style>
span { border-color: #1AD4C0; }
span { border-color: rgb(26,212,192); }
td.TdClassName
{
border-color: #1AD4C0;
}
.TagClassName
{
border-color: #1AD4C0;
}
</style>