Shades of Robin's Egg Blue #1AD4C6
Tints of Robin's Egg Blue #1AD4C6
RGB
CMYK
RGB Variations
Color information
#1AD4C6 (or 0x1AD4C6) is known color: Robin's Egg Blue. HEX triplet: 1A, D4 and C6. RGB value is (26,212,198). Sum of RGB (Red+Green+Blue) = 26+212+198=436 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.96% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD4C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD4C6 is #E52B39. Grayscale: #9A9A9A. Windows color (decimal): -15018810 or 13030426. OLE color: 13030426.
HSL color Cylindrical-coordinate representation of color #1AD4C6: hue angle of 175.48º 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 #1AD4C6 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 212 | 198 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.17 |
| HSL | 175.48º | 0.78% | 0.47% | - |
| HSV(B) | 175.48º | 0.88% | 0.83% | - |
| XYZ | 34.16 | 51.38 | 61.54 | - |
| YUV | 154.79 | 152.38 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 198 | 0.88 | 0 | 0.07 | 0.17 | 175.48 | 0.78 | 0.47 |
| Hex | 1A | D4 | C6 | 58 | 0 | 7 | 11 | AF | 4E | 2F |
| Octal | 32 | 324 | 306 | 130 | 0 | 7 | 21 | 257 | 116 | 57 |
| Binary | 11010 | 11010100 | 11000110 | 1011000 | 0 | 111 | 10001 | 10101111 | 1001110 | 101111 |
Color Harmonies of #1AD4C6
Complementary color
Monochromatic Colors of #1AD4C6
Black with #1AD4C6
Text Example
Text Example
White with #1AD4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD4C6; }
p { color: rgb(26,212,198); }
H1.HeaderClassName
{
color: #1AD4C6;
}
.AnyTagClassName
{
color: #1AD4C6;
}
</style>
background-color css
<style>
a { background-color: #1AD4C6; }
a { background-color: rgb(26,212,198); }
div.DivClassName
{
background-color: #1AD4C6;
}
.BgClassName
{
background-color: #1AD4C6;
}
</style>
border-color css
<style>
span { border-color: #1AD4C6; }
span { border-color: rgb(26,212,198); }
td.TdClassName
{
border-color: #1AD4C6;
}
.TagClassName
{
border-color: #1AD4C6;
}
</style>