Shades of Robin's Egg Blue #10CCBA
Tints of Robin's Egg Blue #10CCBA
RGB
CMYK
RGB Variations
Color information
#10CCBA (or 0x10CCBA) is known color: Robin's Egg Blue. HEX triplet: 10, CC and BA. RGB value is (16,204,186). Sum of RGB (Red+Green+Blue) = 16+204+186=406 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.94% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #10CCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CCBA is #EF3345. Grayscale: #919191. Windows color (decimal): -15676230 or 12241936. OLE color: 12241936.
HSL color Cylindrical-coordinate representation of color #10CCBA: hue angle of 174.26º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CCBA is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 204 | 186 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.2 |
| HSL | 174.26º | 0.85% | 0.43% | - |
| HSV(B) | 174.26º | 0.92% | 0.8% | - |
| XYZ | 30.67 | 46.84 | 53.88 | - |
| YUV | 145.74 | 150.72 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 186 | 0.92 | 0 | 0.09 | 0.2 | 174.26 | 0.85 | 0.43 |
| Hex | 10 | CC | BA | 5C | 0 | 9 | 14 | AE | 55 | 2B |
| Octal | 20 | 314 | 272 | 134 | 0 | 11 | 24 | 256 | 125 | 53 |
| Binary | 10000 | 11001100 | 10111010 | 1011100 | 0 | 1001 | 10100 | 10101110 | 1010101 | 101011 |
Color Harmonies of #10CCBA
Complementary color
Monochromatic Colors of #10CCBA
Black with #10CCBA
Text Example
Text Example
White with #10CCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CCBA; }
p { color: rgb(16,204,186); }
H1.HeaderClassName
{
color: #10CCBA;
}
.AnyTagClassName
{
color: #10CCBA;
}
</style>
background-color css
<style>
a { background-color: #10CCBA; }
a { background-color: rgb(16,204,186); }
div.DivClassName
{
background-color: #10CCBA;
}
.BgClassName
{
background-color: #10CCBA;
}
</style>
border-color css
<style>
span { border-color: #10CCBA; }
span { border-color: rgb(16,204,186); }
td.TdClassName
{
border-color: #10CCBA;
}
.TagClassName
{
border-color: #10CCBA;
}
</style>