Shades of Robin's Egg Blue #19CAC4
Tints of Robin's Egg Blue #19CAC4
RGB
CMYK
RGB Variations
Color information
#19CAC4 (or 0x19CAC4) is known color: Robin's Egg Blue. HEX triplet: 19, CA and C4. RGB value is (25,202,196). Sum of RGB (Red+Green+Blue) = 25+202+196=423 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.91% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 196 (76.95% from 255 or 46.34% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #19CAC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CAC4 is #E6353B. Grayscale: #949494. Windows color (decimal): -15086908 or 12896793. OLE color: 12896793.
HSL color Cylindrical-coordinate representation of color #19CAC4: hue angle of 177.97º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CAC4 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 202 | 196 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.21 |
| HSL | 177.97º | 0.78% | 0.45% | - |
| HSV(B) | 177.97º | 0.88% | 0.79% | - |
| XYZ | 31.49 | 46.43 | 59.53 | - |
| YUV | 148.39 | 154.86 | 39.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 202 | 196 | 0.88 | 0 | 0.03 | 0.21 | 177.97 | 0.78 | 0.45 |
| Hex | 19 | CA | C4 | 58 | 0 | 3 | 15 | B2 | 4E | 2D |
| Octal | 31 | 312 | 304 | 130 | 0 | 3 | 25 | 262 | 116 | 55 |
| Binary | 11001 | 11001010 | 11000100 | 1011000 | 0 | 11 | 10101 | 10110010 | 1001110 | 101101 |
Color Harmonies of #19CAC4
Complementary color
Monochromatic Colors of #19CAC4
Black with #19CAC4
Text Example
Text Example
White with #19CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CAC4; }
p { color: rgb(25,202,196); }
H1.HeaderClassName
{
color: #19CAC4;
}
.AnyTagClassName
{
color: #19CAC4;
}
</style>
background-color css
<style>
a { background-color: #19CAC4; }
a { background-color: rgb(25,202,196); }
div.DivClassName
{
background-color: #19CAC4;
}
.BgClassName
{
background-color: #19CAC4;
}
</style>
border-color css
<style>
span { border-color: #19CAC4; }
span { border-color: rgb(25,202,196); }
td.TdClassName
{
border-color: #19CAC4;
}
.TagClassName
{
border-color: #19CAC4;
}
</style>