Shades of Robin's Egg Blue #12DDBD
Tints of Robin's Egg Blue #12DDBD
RGB
CMYK
RGB Variations
Color information
#12DDBD (or 0x12DDBD) is known color: Robin's Egg Blue. HEX triplet: 12, DD and BD. RGB value is (18,221,189). Sum of RGB (Red+Green+Blue) = 18+221+189=428 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.21% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #12DDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DDBD is #ED2242. Grayscale: #9C9C9C. Windows color (decimal): -15540803 or 12442898. OLE color: 12442898.
HSL color Cylindrical-coordinate representation of color #12DDBD: hue angle of 170.54º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DDBD is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 221 | 189 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.13 |
| HSL | 170.54º | 0.85% | 0.47% | - |
| HSV(B) | 170.54º | 0.92% | 0.87% | - |
| XYZ | 35.29 | 55.52 | 57 | - |
| YUV | 156.66 | 146.25 | 29.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 221 | 189 | 0.92 | 0 | 0.14 | 0.13 | 170.54 | 0.85 | 0.47 |
| Hex | 12 | DD | BD | 5C | 0 | E | D | AB | 55 | 2F |
| Octal | 22 | 335 | 275 | 134 | 0 | 16 | 15 | 253 | 125 | 57 |
| Binary | 10010 | 11011101 | 10111101 | 1011100 | 0 | 1110 | 1101 | 10101011 | 1010101 | 101111 |
Color Harmonies of #12DDBD
Complementary color
Monochromatic Colors of #12DDBD
Black with #12DDBD
Text Example
Text Example
White with #12DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DDBD; }
p { color: rgb(18,221,189); }
H1.HeaderClassName
{
color: #12DDBD;
}
.AnyTagClassName
{
color: #12DDBD;
}
</style>
background-color css
<style>
a { background-color: #12DDBD; }
a { background-color: rgb(18,221,189); }
div.DivClassName
{
background-color: #12DDBD;
}
.BgClassName
{
background-color: #12DDBD;
}
</style>
border-color css
<style>
span { border-color: #12DDBD; }
span { border-color: rgb(18,221,189); }
td.TdClassName
{
border-color: #12DDBD;
}
.TagClassName
{
border-color: #12DDBD;
}
</style>