Shades of Robin's Egg Blue #13D1BE
Tints of Robin's Egg Blue #13D1BE
RGB
CMYK
RGB Variations
Color information
#13D1BE (or 0x13D1BE) is known color: Robin's Egg Blue. HEX triplet: 13, D1 and BE. RGB value is (19,209,190). Sum of RGB (Red+Green+Blue) = 19+209+190=418 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.55% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #13D1BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D1BE is #EC2E41. Grayscale: #959595. Windows color (decimal): -15478338 or 12505363. OLE color: 12505363.
HSL color Cylindrical-coordinate representation of color #13D1BE: hue angle of 174º 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 #13D1BE is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 209 | 190 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.18 |
| HSL | 174º | 0.83% | 0.45% | - |
| HSV(B) | 174º | 0.91% | 0.82% | - |
| XYZ | 32.36 | 49.46 | 56.56 | - |
| YUV | 150.02 | 150.55 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 209 | 190 | 0.91 | 0 | 0.09 | 0.18 | 174 | 0.83 | 0.45 |
| Hex | 13 | D1 | BE | 5B | 0 | 9 | 12 | AE | 53 | 2D |
| Octal | 23 | 321 | 276 | 133 | 0 | 11 | 22 | 256 | 123 | 55 |
| Binary | 10011 | 11010001 | 10111110 | 1011011 | 0 | 1001 | 10010 | 10101110 | 1010011 | 101101 |
Color Harmonies of #13D1BE
Complementary color
Monochromatic Colors of #13D1BE
Black with #13D1BE
Text Example
Text Example
White with #13D1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D1BE; }
p { color: rgb(19,209,190); }
H1.HeaderClassName
{
color: #13D1BE;
}
.AnyTagClassName
{
color: #13D1BE;
}
</style>
background-color css
<style>
a { background-color: #13D1BE; }
a { background-color: rgb(19,209,190); }
div.DivClassName
{
background-color: #13D1BE;
}
.BgClassName
{
background-color: #13D1BE;
}
</style>
border-color css
<style>
span { border-color: #13D1BE; }
span { border-color: rgb(19,209,190); }
td.TdClassName
{
border-color: #13D1BE;
}
.TagClassName
{
border-color: #13D1BE;
}
</style>