Shades of Robin's Egg Blue #13C6BC
Tints of Robin's Egg Blue #13C6BC
RGB
CMYK
RGB Variations
Color information
#13C6BC (or 0x13C6BC) is known color: Robin's Egg Blue. HEX triplet: 13, C6 and BC. RGB value is (19,198,188). Sum of RGB (Red+Green+Blue) = 19+198+188=405 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.69% from 405); Green value is 198 (77.73% from 255 or 48.89% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 198 - color contains mainly: green. Hex color #13C6BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C6BC is #EC3943. Grayscale: #8F8F8F. Windows color (decimal): -15481156 or 12371475. OLE color: 12371475.
HSL color Cylindrical-coordinate representation of color #13C6BC: hue angle of 176.65º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C6BC is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 198 | 188 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.22 |
| HSL | 176.65º | 0.82% | 0.43% | - |
| HSV(B) | 176.65º | 0.9% | 0.78% | - |
| XYZ | 29.54 | 44.16 | 54.54 | - |
| YUV | 143.34 | 153.2 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 198 | 188 | 0.90 | 0 | 0.05 | 0.22 | 176.65 | 0.82 | 0.43 |
| Hex | 13 | C6 | BC | 5A | 0 | 5 | 16 | B1 | 52 | 2B |
| Octal | 23 | 306 | 274 | 132 | 0 | 5 | 26 | 261 | 122 | 53 |
| Binary | 10011 | 11000110 | 10111100 | 1011010 | 0 | 101 | 10110 | 10110001 | 1010010 | 101011 |
Color Harmonies of #13C6BC
Complementary color
Monochromatic Colors of #13C6BC
Black with #13C6BC
Text Example
Text Example
White with #13C6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C6BC; }
p { color: rgb(19,198,188); }
H1.HeaderClassName
{
color: #13C6BC;
}
.AnyTagClassName
{
color: #13C6BC;
}
</style>
background-color css
<style>
a { background-color: #13C6BC; }
a { background-color: rgb(19,198,188); }
div.DivClassName
{
background-color: #13C6BC;
}
.BgClassName
{
background-color: #13C6BC;
}
</style>
border-color css
<style>
span { border-color: #13C6BC; }
span { border-color: rgb(19,198,188); }
td.TdClassName
{
border-color: #13C6BC;
}
.TagClassName
{
border-color: #13C6BC;
}
</style>