Shades of Robin's Egg Blue #16DBBD
Tints of Robin's Egg Blue #16DBBD
RGB
CMYK
RGB Variations
Color information
#16DBBD (or 0x16DBBD) is known color: Robin's Egg Blue. HEX triplet: 16, DB and BD. RGB value is (22,219,189). Sum of RGB (Red+Green+Blue) = 22+219+189=430 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.12% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #16DBBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16DBBD is #E92442. Grayscale: #9C9C9C. Windows color (decimal): -15279171 or 12442390. OLE color: 12442390.
HSL color Cylindrical-coordinate representation of color #16DBBD: hue angle of 170.86º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DBBD is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 219 | 189 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.14 |
| HSL | 170.86º | 0.82% | 0.47% | - |
| HSV(B) | 170.86º | 0.9% | 0.86% | - |
| XYZ | 34.85 | 54.51 | 56.83 | - |
| YUV | 156.68 | 146.23 | 31.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 189 | 0.90 | 0 | 0.14 | 0.14 | 170.86 | 0.82 | 0.47 |
| Hex | 16 | DB | BD | 5A | 0 | E | E | AB | 52 | 2F |
| Octal | 26 | 333 | 275 | 132 | 0 | 16 | 16 | 253 | 122 | 57 |
| Binary | 10110 | 11011011 | 10111101 | 1011010 | 0 | 1110 | 1110 | 10101011 | 1010010 | 101111 |
Color Harmonies of #16DBBD
Complementary color
Monochromatic Colors of #16DBBD
Black with #16DBBD
Text Example
Text Example
White with #16DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DBBD; }
p { color: rgb(22,219,189); }
H1.HeaderClassName
{
color: #16DBBD;
}
.AnyTagClassName
{
color: #16DBBD;
}
</style>
background-color css
<style>
a { background-color: #16DBBD; }
a { background-color: rgb(22,219,189); }
div.DivClassName
{
background-color: #16DBBD;
}
.BgClassName
{
background-color: #16DBBD;
}
</style>
border-color css
<style>
span { border-color: #16DBBD; }
span { border-color: rgb(22,219,189); }
td.TdClassName
{
border-color: #16DBBD;
}
.TagClassName
{
border-color: #16DBBD;
}
</style>