Shades of Robin's Egg Blue #1AE1B8
Tints of Robin's Egg Blue #1AE1B8
RGB
CMYK
RGB Variations
Color information
#1AE1B8 (or 0x1AE1B8) is known color: Robin's Egg Blue. HEX triplet: 1A, E1 and B8. RGB value is (26,225,184). Sum of RGB (Red+Green+Blue) = 26+225+184=435 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.98% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #1AE1B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AE1B8 is #E51E47. Grayscale: #A0A0A0. Windows color (decimal): -15015496 or 12116250. OLE color: 12116250.
HSL color Cylindrical-coordinate representation of color #1AE1B8: hue angle of 167.64º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AE1B8 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 26 | 225 | 184 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.12 |
| HSL | 167.64º | 0.79% | 0.49% | - |
| HSV(B) | 167.64º | 0.88% | 0.88% | - |
| XYZ | 36 | 57.53 | 54.55 | - |
| YUV | 160.83 | 141.07 | 31.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 225 | 184 | 0.88 | 0 | 0.18 | 0.12 | 167.64 | 0.79 | 0.49 |
| Hex | 1A | E1 | B8 | 58 | 0 | 12 | C | A8 | 4F | 31 |
| Octal | 32 | 341 | 270 | 130 | 0 | 22 | 14 | 250 | 117 | 61 |
| Binary | 11010 | 11100001 | 10111000 | 1011000 | 0 | 10010 | 1100 | 10101000 | 1001111 | 110001 |
Color Harmonies of #1AE1B8
Complementary color
Monochromatic Colors of #1AE1B8
Black with #1AE1B8
Text Example
Text Example
White with #1AE1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE1B8; }
p { color: rgb(26,225,184); }
H1.HeaderClassName
{
color: #1AE1B8;
}
.AnyTagClassName
{
color: #1AE1B8;
}
</style>
background-color css
<style>
a { background-color: #1AE1B8; }
a { background-color: rgb(26,225,184); }
div.DivClassName
{
background-color: #1AE1B8;
}
.BgClassName
{
background-color: #1AE1B8;
}
</style>
border-color css
<style>
span { border-color: #1AE1B8; }
span { border-color: rgb(26,225,184); }
td.TdClassName
{
border-color: #1AE1B8;
}
.TagClassName
{
border-color: #1AE1B8;
}
</style>