Shades of Robin's Egg Blue #0AD4BC
Tints of Robin's Egg Blue #0AD4BC
RGB
CMYK
RGB Variations
Color information
#0AD4BC (or 0x0AD4BC) is known color: Robin's Egg Blue. HEX triplet: 0A, D4 and BC. RGB value is (10,212,188). Sum of RGB (Red+Green+Blue) = 10+212+188=410 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 410); Green value is 212 (83.20% from 255 or 51.71% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD4BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD4BC is #F52B43. Grayscale: #949494. Windows color (decimal): -16067396 or 12375050. OLE color: 12375050.
HSL color Cylindrical-coordinate representation of color #0AD4BC: hue angle of 172.87º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD4BC is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 212 | 188 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.17 |
| HSL | 172.87º | 0.91% | 0.44% | - |
| HSV(B) | 172.87º | 0.95% | 0.83% | - |
| XYZ | 32.75 | 50.78 | 55.65 | - |
| YUV | 148.87 | 150.08 | 28.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 212 | 188 | 0.95 | 0 | 0.11 | 0.17 | 172.87 | 0.91 | 0.44 |
| Hex | A | D4 | BC | 5F | 0 | B | 11 | AD | 5B | 2C |
| Octal | 12 | 324 | 274 | 137 | 0 | 13 | 21 | 255 | 133 | 54 |
| Binary | 1010 | 11010100 | 10111100 | 1011111 | 0 | 1011 | 10001 | 10101101 | 1011011 | 101100 |
Color Harmonies of #0AD4BC
Complementary color
Monochromatic Colors of #0AD4BC
Black with #0AD4BC
Text Example
Text Example
White with #0AD4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD4BC; }
p { color: rgb(10,212,188); }
H1.HeaderClassName
{
color: #0AD4BC;
}
.AnyTagClassName
{
color: #0AD4BC;
}
</style>
background-color css
<style>
a { background-color: #0AD4BC; }
a { background-color: rgb(10,212,188); }
div.DivClassName
{
background-color: #0AD4BC;
}
.BgClassName
{
background-color: #0AD4BC;
}
</style>
border-color css
<style>
span { border-color: #0AD4BC; }
span { border-color: rgb(10,212,188); }
td.TdClassName
{
border-color: #0AD4BC;
}
.TagClassName
{
border-color: #0AD4BC;
}
</style>