Shades of Robin's Egg Blue #19C8C6
Tints of Robin's Egg Blue #19C8C6
RGB
CMYK
RGB Variations
Color information
#19C8C6 (or 0x19C8C6) is known color: Robin's Egg Blue. HEX triplet: 19, C8 and C6. RGB value is (25,200,198). Sum of RGB (Red+Green+Blue) = 25+200+198=423 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.91% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 198 (77.73% from 255 or 46.81% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #19C8C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19C8C6 is #E63739. Grayscale: #939393. Windows color (decimal): -15087418 or 13027353. OLE color: 13027353.
HSL color Cylindrical-coordinate representation of color #19C8C6: hue angle of 179.31º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19C8C6 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 25 | 200 | 198 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.22 |
| HSL | 179.31º | 0.78% | 0.44% | - |
| HSV(B) | 179.31º | 0.88% | 0.78% | - |
| XYZ | 31.25 | 45.59 | 60.58 | - |
| YUV | 147.45 | 156.52 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 200 | 198 | 0.88 | 0 | 0.01 | 0.22 | 179.31 | 0.78 | 0.44 |
| Hex | 19 | C8 | C6 | 58 | 0 | 1 | 16 | B3 | 4E | 2C |
| Octal | 31 | 310 | 306 | 130 | 0 | 1 | 26 | 263 | 116 | 54 |
| Binary | 11001 | 11001000 | 11000110 | 1011000 | 0 | 1 | 10110 | 10110011 | 1001110 | 101100 |
Color Harmonies of #19C8C6
Complementary color
Monochromatic Colors of #19C8C6
Black with #19C8C6
Text Example
Text Example
White with #19C8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C8C6; }
p { color: rgb(25,200,198); }
H1.HeaderClassName
{
color: #19C8C6;
}
.AnyTagClassName
{
color: #19C8C6;
}
</style>
background-color css
<style>
a { background-color: #19C8C6; }
a { background-color: rgb(25,200,198); }
div.DivClassName
{
background-color: #19C8C6;
}
.BgClassName
{
background-color: #19C8C6;
}
</style>
border-color css
<style>
span { border-color: #19C8C6; }
span { border-color: rgb(25,200,198); }
td.TdClassName
{
border-color: #19C8C6;
}
.TagClassName
{
border-color: #19C8C6;
}
</style>