Shades of Robin's Egg Blue #19D0BD
Tints of Robin's Egg Blue #19D0BD
RGB
CMYK
RGB Variations
Color information
#19D0BD (or 0x19D0BD) is known color: Robin's Egg Blue. HEX triplet: 19, D0 and BD. RGB value is (25,208,189). Sum of RGB (Red+Green+Blue) = 25+208+189=422 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.92% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #19D0BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19D0BD is #E62F42. Grayscale: #979797. Windows color (decimal): -15085379 or 12439577. OLE color: 12439577.
HSL color Cylindrical-coordinate representation of color #19D0BD: hue angle of 173.77º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D0BD is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 208 | 189 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.18 |
| HSL | 173.77º | 0.79% | 0.46% | - |
| HSV(B) | 173.77º | 0.88% | 0.82% | - |
| XYZ | 32.14 | 48.99 | 55.91 | - |
| YUV | 151.12 | 149.37 | 38.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 208 | 189 | 0.88 | 0 | 0.09 | 0.18 | 173.77 | 0.79 | 0.46 |
| Hex | 19 | D0 | BD | 58 | 0 | 9 | 12 | AE | 4F | 2E |
| Octal | 31 | 320 | 275 | 130 | 0 | 11 | 22 | 256 | 117 | 56 |
| Binary | 11001 | 11010000 | 10111101 | 1011000 | 0 | 1001 | 10010 | 10101110 | 1001111 | 101110 |
Color Harmonies of #19D0BD
Complementary color
Monochromatic Colors of #19D0BD
Black with #19D0BD
Text Example
Text Example
White with #19D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D0BD; }
p { color: rgb(25,208,189); }
H1.HeaderClassName
{
color: #19D0BD;
}
.AnyTagClassName
{
color: #19D0BD;
}
</style>
background-color css
<style>
a { background-color: #19D0BD; }
a { background-color: rgb(25,208,189); }
div.DivClassName
{
background-color: #19D0BD;
}
.BgClassName
{
background-color: #19D0BD;
}
</style>
border-color css
<style>
span { border-color: #19D0BD; }
span { border-color: rgb(25,208,189); }
td.TdClassName
{
border-color: #19D0BD;
}
.TagClassName
{
border-color: #19D0BD;
}
</style>