Shades of Robin's Egg Blue #1AD4C3
Tints of Robin's Egg Blue #1AD4C3
RGB
CMYK
RGB Variations
Color information
#1AD4C3 (or 0x1AD4C3) is known color: Robin's Egg Blue. HEX triplet: 1A, D4 and C3. RGB value is (26,212,195). Sum of RGB (Red+Green+Blue) = 26+212+195=433 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.00% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD4C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD4C3 is #E52B3C. Grayscale: #9A9A9A. Windows color (decimal): -15018813 or 12833818. OLE color: 12833818.
HSL color Cylindrical-coordinate representation of color #1AD4C3: hue angle of 174.52º 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 #1AD4C3 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 212 | 195 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.17 |
| HSL | 174.52º | 0.78% | 0.47% | - |
| HSV(B) | 174.52º | 0.88% | 0.83% | - |
| XYZ | 33.82 | 51.25 | 59.74 | - |
| YUV | 154.45 | 150.88 | 36.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 195 | 0.88 | 0 | 0.08 | 0.17 | 174.52 | 0.78 | 0.47 |
| Hex | 1A | D4 | C3 | 58 | 0 | 8 | 11 | AF | 4E | 2F |
| Octal | 32 | 324 | 303 | 130 | 0 | 10 | 21 | 257 | 116 | 57 |
| Binary | 11010 | 11010100 | 11000011 | 1011000 | 0 | 1000 | 10001 | 10101111 | 1001110 | 101111 |
Color Harmonies of #1AD4C3
Complementary color
Monochromatic Colors of #1AD4C3
Black with #1AD4C3
Text Example
Text Example
White with #1AD4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD4C3; }
p { color: rgb(26,212,195); }
H1.HeaderClassName
{
color: #1AD4C3;
}
.AnyTagClassName
{
color: #1AD4C3;
}
</style>
background-color css
<style>
a { background-color: #1AD4C3; }
a { background-color: rgb(26,212,195); }
div.DivClassName
{
background-color: #1AD4C3;
}
.BgClassName
{
background-color: #1AD4C3;
}
</style>
border-color css
<style>
span { border-color: #1AD4C3; }
span { border-color: rgb(26,212,195); }
td.TdClassName
{
border-color: #1AD4C3;
}
.TagClassName
{
border-color: #1AD4C3;
}
</style>