Shades of Robin's Egg Blue #13D2BC
Tints of Robin's Egg Blue #13D2BC
RGB
CMYK
RGB Variations
Color information
#13D2BC (or 0x13D2BC) is known color: Robin's Egg Blue. HEX triplet: 13, D2 and BC. RGB value is (19,210,188). Sum of RGB (Red+Green+Blue) = 19+210+188=417 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.56% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #13D2BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D2BC is #EC2D43. Grayscale: #969696. Windows color (decimal): -15478084 or 12374547. OLE color: 12374547.
HSL color Cylindrical-coordinate representation of color #13D2BC: hue angle of 173.09º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D2BC is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 210 | 188 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.18 |
| HSL | 173.09º | 0.83% | 0.45% | - |
| HSV(B) | 173.09º | 0.91% | 0.82% | - |
| XYZ | 32.39 | 49.86 | 55.49 | - |
| YUV | 150.38 | 149.22 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 210 | 188 | 0.91 | 0 | 0.10 | 0.18 | 173.09 | 0.83 | 0.45 |
| Hex | 13 | D2 | BC | 5B | 0 | A | 12 | AD | 53 | 2D |
| Octal | 23 | 322 | 274 | 133 | 0 | 12 | 22 | 255 | 123 | 55 |
| Binary | 10011 | 11010010 | 10111100 | 1011011 | 0 | 1010 | 10010 | 10101101 | 1010011 | 101101 |
Color Harmonies of #13D2BC
Complementary color
Monochromatic Colors of #13D2BC
Black with #13D2BC
Text Example
Text Example
White with #13D2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D2BC; }
p { color: rgb(19,210,188); }
H1.HeaderClassName
{
color: #13D2BC;
}
.AnyTagClassName
{
color: #13D2BC;
}
</style>
background-color css
<style>
a { background-color: #13D2BC; }
a { background-color: rgb(19,210,188); }
div.DivClassName
{
background-color: #13D2BC;
}
.BgClassName
{
background-color: #13D2BC;
}
</style>
border-color css
<style>
span { border-color: #13D2BC; }
span { border-color: rgb(19,210,188); }
td.TdClassName
{
border-color: #13D2BC;
}
.TagClassName
{
border-color: #13D2BC;
}
</style>