Shades of Robin's Egg Blue #1AC8C5
Tints of Robin's Egg Blue #1AC8C5
RGB
CMYK
RGB Variations
Color information
#1AC8C5 (or 0x1AC8C5) is known color: Robin's Egg Blue. HEX triplet: 1A, C8 and C5. RGB value is (26,200,197). Sum of RGB (Red+Green+Blue) = 26+200+197=423 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.15% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 197 (77.34% from 255 or 46.57% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #1AC8C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC8C5 is #E5373A. Grayscale: #939393. Windows color (decimal): -15021883 or 12961818. OLE color: 12961818.
HSL color Cylindrical-coordinate representation of color #1AC8C5: hue angle of 178.97º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC8C5 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 200 | 197 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.22 |
| HSL | 178.97º | 0.77% | 0.44% | - |
| HSV(B) | 178.97º | 0.87% | 0.78% | - |
| XYZ | 31.16 | 45.56 | 59.97 | - |
| YUV | 147.63 | 155.85 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 200 | 197 | 0.87 | 0 | 0.02 | 0.22 | 178.97 | 0.77 | 0.44 |
| Hex | 1A | C8 | C5 | 57 | 0 | 2 | 16 | B3 | 4D | 2C |
| Octal | 32 | 310 | 305 | 127 | 0 | 2 | 26 | 263 | 115 | 54 |
| Binary | 11010 | 11001000 | 11000101 | 1010111 | 0 | 10 | 10110 | 10110011 | 1001101 | 101100 |
Color Harmonies of #1AC8C5
Complementary color
Monochromatic Colors of #1AC8C5
Black with #1AC8C5
Text Example
Text Example
White with #1AC8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC8C5; }
p { color: rgb(26,200,197); }
H1.HeaderClassName
{
color: #1AC8C5;
}
.AnyTagClassName
{
color: #1AC8C5;
}
</style>
background-color css
<style>
a { background-color: #1AC8C5; }
a { background-color: rgb(26,200,197); }
div.DivClassName
{
background-color: #1AC8C5;
}
.BgClassName
{
background-color: #1AC8C5;
}
</style>
border-color css
<style>
span { border-color: #1AC8C5; }
span { border-color: rgb(26,200,197); }
td.TdClassName
{
border-color: #1AC8C5;
}
.TagClassName
{
border-color: #1AC8C5;
}
</style>