Shades of Robin's Egg Blue #10C9BA
Tints of Robin's Egg Blue #10C9BA
RGB
CMYK
RGB Variations
Color information
#10C9BA (or 0x10C9BA) is known color: Robin's Egg Blue. HEX triplet: 10, C9 and BA. RGB value is (16,201,186). Sum of RGB (Red+Green+Blue) = 16+201+186=403 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.97% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 201 - color contains mainly: green. Hex color #10C9BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C9BA is #EF3645. Grayscale: #8F8F8F. Windows color (decimal): -15676998 or 12241168. OLE color: 12241168.
HSL color Cylindrical-coordinate representation of color #10C9BA: hue angle of 175.14º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C9BA is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 201 | 186 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.21 |
| HSL | 175.14º | 0.85% | 0.43% | - |
| HSV(B) | 175.14º | 0.92% | 0.79% | - |
| XYZ | 29.96 | 45.43 | 53.64 | - |
| YUV | 143.98 | 151.71 | 36.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 201 | 186 | 0.92 | 0 | 0.07 | 0.21 | 175.14 | 0.85 | 0.43 |
| Hex | 10 | C9 | BA | 5C | 0 | 7 | 15 | AF | 55 | 2B |
| Octal | 20 | 311 | 272 | 134 | 0 | 7 | 25 | 257 | 125 | 53 |
| Binary | 10000 | 11001001 | 10111010 | 1011100 | 0 | 111 | 10101 | 10101111 | 1010101 | 101011 |
Color Harmonies of #10C9BA
Complementary color
Monochromatic Colors of #10C9BA
Black with #10C9BA
Text Example
Text Example
White with #10C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C9BA; }
p { color: rgb(16,201,186); }
H1.HeaderClassName
{
color: #10C9BA;
}
.AnyTagClassName
{
color: #10C9BA;
}
</style>
background-color css
<style>
a { background-color: #10C9BA; }
a { background-color: rgb(16,201,186); }
div.DivClassName
{
background-color: #10C9BA;
}
.BgClassName
{
background-color: #10C9BA;
}
</style>
border-color css
<style>
span { border-color: #10C9BA; }
span { border-color: rgb(16,201,186); }
td.TdClassName
{
border-color: #10C9BA;
}
.TagClassName
{
border-color: #10C9BA;
}
</style>