Shades of Robin's Egg Blue #10C4BF
Tints of Robin's Egg Blue #10C4BF
RGB
CMYK
RGB Variations
Color information
#10C4BF (or 0x10C4BF) is known color: Robin's Egg Blue. HEX triplet: 10, C4 and BF. RGB value is (16,196,191). Sum of RGB (Red+Green+Blue) = 16+196+191=403 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.97% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #10C4BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C4BF is #EF3B40. Grayscale: #8D8D8D. Windows color (decimal): -15678273 or 12567568. OLE color: 12567568.
HSL color Cylindrical-coordinate representation of color #10C4BF: hue angle of 178.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C4BF is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 196 | 191 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.23 |
| HSL | 178.33º | 0.85% | 0.42% | - |
| HSV(B) | 178.33º | 0.92% | 0.77% | - |
| XYZ | 29.36 | 43.35 | 56.11 | - |
| YUV | 141.61 | 155.87 | 38.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 196 | 191 | 0.92 | 0 | 0.03 | 0.23 | 178.33 | 0.85 | 0.42 |
| Hex | 10 | C4 | BF | 5C | 0 | 3 | 17 | B2 | 55 | 2A |
| Octal | 20 | 304 | 277 | 134 | 0 | 3 | 27 | 262 | 125 | 52 |
| Binary | 10000 | 11000100 | 10111111 | 1011100 | 0 | 11 | 10111 | 10110010 | 1010101 | 101010 |
Color Harmonies of #10C4BF
Complementary color
Monochromatic Colors of #10C4BF
Black with #10C4BF
Text Example
Text Example
White with #10C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C4BF; }
p { color: rgb(16,196,191); }
H1.HeaderClassName
{
color: #10C4BF;
}
.AnyTagClassName
{
color: #10C4BF;
}
</style>
background-color css
<style>
a { background-color: #10C4BF; }
a { background-color: rgb(16,196,191); }
div.DivClassName
{
background-color: #10C4BF;
}
.BgClassName
{
background-color: #10C4BF;
}
</style>
border-color css
<style>
span { border-color: #10C4BF; }
span { border-color: rgb(16,196,191); }
td.TdClassName
{
border-color: #10C4BF;
}
.TagClassName
{
border-color: #10C4BF;
}
</style>