Shades of Robin's Egg Blue #1ACCC0
Tints of Robin's Egg Blue #1ACCC0
RGB
CMYK
RGB Variations
Color information
#1ACCC0 (or 0x1ACCC0) is known color: Robin's Egg Blue. HEX triplet: 1A, CC and C0. RGB value is (26,204,192). Sum of RGB (Red+Green+Blue) = 26+204+192=422 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.16% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #1ACCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACCC0 is #E5333F. Grayscale: #959595. Windows color (decimal): -15020864 or 12635162. OLE color: 12635162.
HSL color Cylindrical-coordinate representation of color #1ACCC0: hue angle of 175.96º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACCC0 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 26 | 204 | 192 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.2 |
| HSL | 175.96º | 0.77% | 0.45% | - |
| HSV(B) | 175.96º | 0.87% | 0.8% | - |
| XYZ | 31.53 | 47.21 | 57.32 | - |
| YUV | 149.41 | 152.03 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 192 | 0.87 | 0 | 0.06 | 0.2 | 175.96 | 0.77 | 0.45 |
| Hex | 1A | CC | C0 | 57 | 0 | 6 | 14 | B0 | 4D | 2D |
| Octal | 32 | 314 | 300 | 127 | 0 | 6 | 24 | 260 | 115 | 55 |
| Binary | 11010 | 11001100 | 11000000 | 1010111 | 0 | 110 | 10100 | 10110000 | 1001101 | 101101 |
Color Harmonies of #1ACCC0
Complementary color
Monochromatic Colors of #1ACCC0
Black with #1ACCC0
Text Example
Text Example
White with #1ACCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACCC0; }
p { color: rgb(26,204,192); }
H1.HeaderClassName
{
color: #1ACCC0;
}
.AnyTagClassName
{
color: #1ACCC0;
}
</style>
background-color css
<style>
a { background-color: #1ACCC0; }
a { background-color: rgb(26,204,192); }
div.DivClassName
{
background-color: #1ACCC0;
}
.BgClassName
{
background-color: #1ACCC0;
}
</style>
border-color css
<style>
span { border-color: #1ACCC0; }
span { border-color: rgb(26,204,192); }
td.TdClassName
{
border-color: #1ACCC0;
}
.TagClassName
{
border-color: #1ACCC0;
}
</style>