Shades of Robin's Egg Blue #1CD1BA
Tints of Robin's Egg Blue #1CD1BA
RGB
CMYK
RGB Variations
Color information
#1CD1BA (or 0x1CD1BA) is known color: Robin's Egg Blue. HEX triplet: 1C, D1 and BA. RGB value is (28,209,186). Sum of RGB (Red+Green+Blue) = 28+209+186=423 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.62% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD1BA is #E32E45. Grayscale: #989898. Windows color (decimal): -14888518 or 12243228. OLE color: 12243228.
HSL color Cylindrical-coordinate representation of color #1CD1BA: hue angle of 172.38º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD1BA is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 209 | 186 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.18 |
| HSL | 172.38º | 0.76% | 0.46% | - |
| HSV(B) | 172.38º | 0.87% | 0.82% | - |
| XYZ | 32.14 | 49.39 | 54.29 | - |
| YUV | 152.26 | 147.03 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 209 | 186 | 0.87 | 0 | 0.11 | 0.18 | 172.38 | 0.76 | 0.46 |
| Hex | 1C | D1 | BA | 57 | 0 | B | 12 | AC | 4C | 2E |
| Octal | 34 | 321 | 272 | 127 | 0 | 13 | 22 | 254 | 114 | 56 |
| Binary | 11100 | 11010001 | 10111010 | 1010111 | 0 | 1011 | 10010 | 10101100 | 1001100 | 101110 |
Color Harmonies of #1CD1BA
Complementary color
Monochromatic Colors of #1CD1BA
Black with #1CD1BA
Text Example
Text Example
White with #1CD1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD1BA; }
p { color: rgb(28,209,186); }
H1.HeaderClassName
{
color: #1CD1BA;
}
.AnyTagClassName
{
color: #1CD1BA;
}
</style>
background-color css
<style>
a { background-color: #1CD1BA; }
a { background-color: rgb(28,209,186); }
div.DivClassName
{
background-color: #1CD1BA;
}
.BgClassName
{
background-color: #1CD1BA;
}
</style>
border-color css
<style>
span { border-color: #1CD1BA; }
span { border-color: rgb(28,209,186); }
td.TdClassName
{
border-color: #1CD1BA;
}
.TagClassName
{
border-color: #1CD1BA;
}
</style>