Shades of Robin's Egg Blue #13D3C0
Tints of Robin's Egg Blue #13D3C0
RGB
CMYK
RGB Variations
Color information
#13D3C0 (or 0x13D3C0) is known color: Robin's Egg Blue. HEX triplet: 13, D3 and C0. RGB value is (19,211,192). Sum of RGB (Red+Green+Blue) = 19+211+192=422 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.50% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #13D3C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D3C0 is #EC2C3F. Grayscale: #979797. Windows color (decimal): -15477824 or 12636947. OLE color: 12636947.
HSL color Cylindrical-coordinate representation of color #13D3C0: hue angle of 174.06º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D3C0 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 211 | 192 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.17 |
| HSL | 174.06º | 0.83% | 0.45% | - |
| HSV(B) | 174.06º | 0.91% | 0.83% | - |
| XYZ | 33.08 | 50.53 | 57.88 | - |
| YUV | 151.43 | 150.89 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 211 | 192 | 0.91 | 0 | 0.09 | 0.17 | 174.06 | 0.83 | 0.45 |
| Hex | 13 | D3 | C0 | 5B | 0 | 9 | 11 | AE | 53 | 2D |
| Octal | 23 | 323 | 300 | 133 | 0 | 11 | 21 | 256 | 123 | 55 |
| Binary | 10011 | 11010011 | 11000000 | 1011011 | 0 | 1001 | 10001 | 10101110 | 1010011 | 101101 |
Color Harmonies of #13D3C0
Complementary color
Monochromatic Colors of #13D3C0
Black with #13D3C0
Text Example
Text Example
White with #13D3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D3C0; }
p { color: rgb(19,211,192); }
H1.HeaderClassName
{
color: #13D3C0;
}
.AnyTagClassName
{
color: #13D3C0;
}
</style>
background-color css
<style>
a { background-color: #13D3C0; }
a { background-color: rgb(19,211,192); }
div.DivClassName
{
background-color: #13D3C0;
}
.BgClassName
{
background-color: #13D3C0;
}
</style>
border-color css
<style>
span { border-color: #13D3C0; }
span { border-color: rgb(19,211,192); }
td.TdClassName
{
border-color: #13D3C0;
}
.TagClassName
{
border-color: #13D3C0;
}
</style>