Shades of Robin's Egg Blue #01C4B5
Tints of Robin's Egg Blue #01C4B5
RGB
CMYK
RGB Variations
Color information
#01C4B5 (or 0x01C4B5) is known color: Robin's Egg Blue. HEX triplet: 01, C4 and B5. RGB value is (1,196,181). Sum of RGB (Red+Green+Blue) = 1+196+181=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 196 (76.95% from 255 or 51.85% from 378); Blue value is 181 (71.09% from 255 or 47.88% from 378); Max value from RGB is 196 - color contains mainly: green. Hex color #01C4B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C4B5 is #FE3B4A. Grayscale: #878787. Windows color (decimal): -16661323 or 11912193. OLE color: 11912193.
HSL color Cylindrical-coordinate representation of color #01C4B5: hue angle of 175.38º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C4B5 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 181 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.23 |
| HSL | 175.38º | 0.99% | 0.39% | - |
| HSV(B) | 175.38º | 0.99% | 0.77% | - |
| XYZ | 28.09 | 42.82 | 50.5 | - |
| YUV | 135.99 | 153.4 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 181 | 0.99 | 0 | 0.08 | 0.23 | 175.38 | 0.99 | 0.39 |
| Hex | 1 | C4 | B5 | 63 | 0 | 8 | 17 | AF | 63 | 27 |
| Octal | 1 | 304 | 265 | 143 | 0 | 10 | 27 | 257 | 143 | 47 |
| Binary | 1 | 11000100 | 10110101 | 1100011 | 0 | 1000 | 10111 | 10101111 | 1100011 | 100111 |
Color Harmonies of #01C4B5
Complementary color
Monochromatic Colors of #01C4B5
Black with #01C4B5
Text Example
Text Example
White with #01C4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C4B5; }
p { color: rgb(1,196,181); }
H1.HeaderClassName
{
color: #01C4B5;
}
.AnyTagClassName
{
color: #01C4B5;
}
</style>
background-color css
<style>
a { background-color: #01C4B5; }
a { background-color: rgb(1,196,181); }
div.DivClassName
{
background-color: #01C4B5;
}
.BgClassName
{
background-color: #01C4B5;
}
</style>
border-color css
<style>
span { border-color: #01C4B5; }
span { border-color: rgb(1,196,181); }
td.TdClassName
{
border-color: #01C4B5;
}
.TagClassName
{
border-color: #01C4B5;
}
</style>