Shades of Robin's Egg Blue #13CABB
Tints of Robin's Egg Blue #13CABB
RGB
CMYK
RGB Variations
Color information
#13CABB (or 0x13CABB) is known color: Robin's Egg Blue. HEX triplet: 13, CA and BB. RGB value is (19,202,187). Sum of RGB (Red+Green+Blue) = 19+202+187=408 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.66% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #13CABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CABB is #EC3544. Grayscale: #919191. Windows color (decimal): -15480133 or 12306963. OLE color: 12306963.
HSL color Cylindrical-coordinate representation of color #13CABB: hue angle of 175.08º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CABB is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 202 | 187 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.21 |
| HSL | 175.08º | 0.83% | 0.43% | - |
| HSV(B) | 175.08º | 0.91% | 0.79% | - |
| XYZ | 30.36 | 45.97 | 54.29 | - |
| YUV | 145.57 | 151.37 | 37.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 202 | 187 | 0.91 | 0 | 0.07 | 0.21 | 175.08 | 0.83 | 0.43 |
| Hex | 13 | CA | BB | 5B | 0 | 7 | 15 | AF | 53 | 2B |
| Octal | 23 | 312 | 273 | 133 | 0 | 7 | 25 | 257 | 123 | 53 |
| Binary | 10011 | 11001010 | 10111011 | 1011011 | 0 | 111 | 10101 | 10101111 | 1010011 | 101011 |
Color Harmonies of #13CABB
Complementary color
Monochromatic Colors of #13CABB
Black with #13CABB
Text Example
Text Example
White with #13CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CABB; }
p { color: rgb(19,202,187); }
H1.HeaderClassName
{
color: #13CABB;
}
.AnyTagClassName
{
color: #13CABB;
}
</style>
background-color css
<style>
a { background-color: #13CABB; }
a { background-color: rgb(19,202,187); }
div.DivClassName
{
background-color: #13CABB;
}
.BgClassName
{
background-color: #13CABB;
}
</style>
border-color css
<style>
span { border-color: #13CABB; }
span { border-color: rgb(19,202,187); }
td.TdClassName
{
border-color: #13CABB;
}
.TagClassName
{
border-color: #13CABB;
}
</style>