Shades of Robin's Egg Blue #10D7BE
Tints of Robin's Egg Blue #10D7BE
RGB
CMYK
RGB Variations
Color information
#10D7BE (or 0x10D7BE) is known color: Robin's Egg Blue. HEX triplet: 10, D7 and BE. RGB value is (16,215,190). Sum of RGB (Red+Green+Blue) = 16+215+190=421 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.80% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #10D7BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D7BE is #EF2841. Grayscale: #989898. Windows color (decimal): -15673410 or 12506896. OLE color: 12506896.
HSL color Cylindrical-coordinate representation of color #10D7BE: hue angle of 172.46º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D7BE is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 215 | 190 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.16 |
| HSL | 172.46º | 0.86% | 0.45% | - |
| HSV(B) | 172.46º | 0.93% | 0.84% | - |
| XYZ | 33.81 | 52.43 | 57.05 | - |
| YUV | 152.65 | 149.07 | 30.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 215 | 190 | 0.93 | 0 | 0.12 | 0.16 | 172.46 | 0.86 | 0.45 |
| Hex | 10 | D7 | BE | 5D | 0 | C | 10 | AC | 56 | 2D |
| Octal | 20 | 327 | 276 | 135 | 0 | 14 | 20 | 254 | 126 | 55 |
| Binary | 10000 | 11010111 | 10111110 | 1011101 | 0 | 1100 | 10000 | 10101100 | 1010110 | 101101 |
Color Harmonies of #10D7BE
Complementary color
Monochromatic Colors of #10D7BE
Black with #10D7BE
Text Example
Text Example
White with #10D7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D7BE; }
p { color: rgb(16,215,190); }
H1.HeaderClassName
{
color: #10D7BE;
}
.AnyTagClassName
{
color: #10D7BE;
}
</style>
background-color css
<style>
a { background-color: #10D7BE; }
a { background-color: rgb(16,215,190); }
div.DivClassName
{
background-color: #10D7BE;
}
.BgClassName
{
background-color: #10D7BE;
}
</style>
border-color css
<style>
span { border-color: #10D7BE; }
span { border-color: rgb(16,215,190); }
td.TdClassName
{
border-color: #10D7BE;
}
.TagClassName
{
border-color: #10D7BE;
}
</style>