Shades of Robin's Egg Blue #13C2BD
Tints of Robin's Egg Blue #13C2BD
RGB
CMYK
RGB Variations
Color information
#13C2BD (or 0x13C2BD) is known color: Robin's Egg Blue. HEX triplet: 13, C2 and BD. RGB value is (19,194,189). Sum of RGB (Red+Green+Blue) = 19+194+189=402 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.73% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #13C2BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C2BD is #EC3D42. Grayscale: #8C8C8C. Windows color (decimal): -15482179 or 12435987. OLE color: 12435987.
HSL color Cylindrical-coordinate representation of color #13C2BD: hue angle of 178.29º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C2BD is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 194 | 189 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.24 |
| HSL | 178.29º | 0.82% | 0.42% | - |
| HSV(B) | 178.29º | 0.9% | 0.76% | - |
| XYZ | 28.75 | 42.4 | 54.81 | - |
| YUV | 141.11 | 155.02 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 194 | 189 | 0.90 | 0 | 0.03 | 0.24 | 178.29 | 0.82 | 0.42 |
| Hex | 13 | C2 | BD | 5A | 0 | 3 | 18 | B2 | 52 | 2A |
| Octal | 23 | 302 | 275 | 132 | 0 | 3 | 30 | 262 | 122 | 52 |
| Binary | 10011 | 11000010 | 10111101 | 1011010 | 0 | 11 | 11000 | 10110010 | 1010010 | 101010 |
Color Harmonies of #13C2BD
Complementary color
Monochromatic Colors of #13C2BD
Black with #13C2BD
Text Example
Text Example
White with #13C2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C2BD; }
p { color: rgb(19,194,189); }
H1.HeaderClassName
{
color: #13C2BD;
}
.AnyTagClassName
{
color: #13C2BD;
}
</style>
background-color css
<style>
a { background-color: #13C2BD; }
a { background-color: rgb(19,194,189); }
div.DivClassName
{
background-color: #13C2BD;
}
.BgClassName
{
background-color: #13C2BD;
}
</style>
border-color css
<style>
span { border-color: #13C2BD; }
span { border-color: rgb(19,194,189); }
td.TdClassName
{
border-color: #13C2BD;
}
.TagClassName
{
border-color: #13C2BD;
}
</style>