Shades of Robin's Egg Blue #19D2BB
Tints of Robin's Egg Blue #19D2BB
RGB
CMYK
RGB Variations
Color information
#19D2BB (or 0x19D2BB) is known color: Robin's Egg Blue. HEX triplet: 19, D2 and BB. RGB value is (25,210,187). Sum of RGB (Red+Green+Blue) = 25+210+187=422 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.92% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #19D2BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19D2BB is #E62D44. Grayscale: #979797. Windows color (decimal): -15084869 or 12309017. OLE color: 12309017.
HSL color Cylindrical-coordinate representation of color #19D2BB: hue angle of 172.54º 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 #19D2BB is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 210 | 187 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.18 |
| HSL | 172.54º | 0.79% | 0.46% | - |
| HSV(B) | 172.54º | 0.88% | 0.82% | - |
| XYZ | 32.42 | 49.89 | 54.93 | - |
| YUV | 152.06 | 147.71 | 37.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 210 | 187 | 0.88 | 0 | 0.11 | 0.18 | 172.54 | 0.79 | 0.46 |
| Hex | 19 | D2 | BB | 58 | 0 | B | 12 | AD | 4F | 2E |
| Octal | 31 | 322 | 273 | 130 | 0 | 13 | 22 | 255 | 117 | 56 |
| Binary | 11001 | 11010010 | 10111011 | 1011000 | 0 | 1011 | 10010 | 10101101 | 1001111 | 101110 |
Color Harmonies of #19D2BB
Complementary color
Monochromatic Colors of #19D2BB
Black with #19D2BB
Text Example
Text Example
White with #19D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D2BB; }
p { color: rgb(25,210,187); }
H1.HeaderClassName
{
color: #19D2BB;
}
.AnyTagClassName
{
color: #19D2BB;
}
</style>
background-color css
<style>
a { background-color: #19D2BB; }
a { background-color: rgb(25,210,187); }
div.DivClassName
{
background-color: #19D2BB;
}
.BgClassName
{
background-color: #19D2BB;
}
</style>
border-color css
<style>
span { border-color: #19D2BB; }
span { border-color: rgb(25,210,187); }
td.TdClassName
{
border-color: #19D2BB;
}
.TagClassName
{
border-color: #19D2BB;
}
</style>