Shades of Robin's Egg Blue #01D2C2
Tints of Robin's Egg Blue #01D2C2
RGB
CMYK
RGB Variations
Color information
#01D2C2 (or 0x01D2C2) is known color: Robin's Egg Blue. HEX triplet: 01, D2 and C2. RGB value is (1,210,194). Sum of RGB (Red+Green+Blue) = 1+210+194=405 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #01D2C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D2C2 is #FE2D3D. Grayscale: #919191. Windows color (decimal): -16657726 or 12767745. OLE color: 12767745.
HSL color Cylindrical-coordinate representation of color #01D2C2: hue angle of 175.41º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D2C2 is Cyan = 1.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 210 | 194 | - |
| CMYK | 1.00 | 0 | 0.08 | 0.18 |
| HSL | 175.41º | 0.99% | 0.41% | - |
| HSV(B) | 175.41º | 1% | 0.82% | - |
| XYZ | 32.8 | 49.99 | 58.96 | - |
| YUV | 145.69 | 155.26 | 24.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 210 | 194 | 1.00 | 0 | 0.08 | 0.18 | 175.41 | 0.99 | 0.41 |
| Hex | 1 | D2 | C2 | 64 | 0 | 8 | 12 | AF | 63 | 29 |
| Octal | 1 | 322 | 302 | 144 | 0 | 10 | 22 | 257 | 143 | 51 |
| Binary | 1 | 11010010 | 11000010 | 1100100 | 0 | 1000 | 10010 | 10101111 | 1100011 | 101001 |
Color Harmonies of #01D2C2
Complementary color
Monochromatic Colors of #01D2C2
Black with #01D2C2
Text Example
Text Example
White with #01D2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D2C2; }
p { color: rgb(1,210,194); }
H1.HeaderClassName
{
color: #01D2C2;
}
.AnyTagClassName
{
color: #01D2C2;
}
</style>
background-color css
<style>
a { background-color: #01D2C2; }
a { background-color: rgb(1,210,194); }
div.DivClassName
{
background-color: #01D2C2;
}
.BgClassName
{
background-color: #01D2C2;
}
</style>
border-color css
<style>
span { border-color: #01D2C2; }
span { border-color: rgb(1,210,194); }
td.TdClassName
{
border-color: #01D2C2;
}
.TagClassName
{
border-color: #01D2C2;
}
</style>