Shades of Robin's Egg Blue #0AD3BC
Tints of Robin's Egg Blue #0AD3BC
RGB
CMYK
RGB Variations
Color information
#0AD3BC (or 0x0AD3BC) is known color: Robin's Egg Blue. HEX triplet: 0A, D3 and BC. RGB value is (10,211,188). Sum of RGB (Red+Green+Blue) = 10+211+188=409 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #0AD3BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD3BC is #F52C43. Grayscale: #949494. Windows color (decimal): -16067652 or 12374794. OLE color: 12374794.
HSL color Cylindrical-coordinate representation of color #0AD3BC: hue angle of 173.13º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD3BC is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 211 | 188 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.17 |
| HSL | 173.13º | 0.91% | 0.43% | - |
| HSV(B) | 173.13º | 0.95% | 0.83% | - |
| XYZ | 32.5 | 50.28 | 55.57 | - |
| YUV | 148.28 | 150.41 | 29.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 211 | 188 | 0.95 | 0 | 0.11 | 0.17 | 173.13 | 0.91 | 0.43 |
| Hex | A | D3 | BC | 5F | 0 | B | 11 | AD | 5B | 2B |
| Octal | 12 | 323 | 274 | 137 | 0 | 13 | 21 | 255 | 133 | 53 |
| Binary | 1010 | 11010011 | 10111100 | 1011111 | 0 | 1011 | 10001 | 10101101 | 1011011 | 101011 |
Color Harmonies of #0AD3BC
Complementary color
Monochromatic Colors of #0AD3BC
Black with #0AD3BC
Text Example
Text Example
White with #0AD3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD3BC; }
p { color: rgb(10,211,188); }
H1.HeaderClassName
{
color: #0AD3BC;
}
.AnyTagClassName
{
color: #0AD3BC;
}
</style>
background-color css
<style>
a { background-color: #0AD3BC; }
a { background-color: rgb(10,211,188); }
div.DivClassName
{
background-color: #0AD3BC;
}
.BgClassName
{
background-color: #0AD3BC;
}
</style>
border-color css
<style>
span { border-color: #0AD3BC; }
span { border-color: rgb(10,211,188); }
td.TdClassName
{
border-color: #0AD3BC;
}
.TagClassName
{
border-color: #0AD3BC;
}
</style>