Shades of Robin's Egg Blue #12CCB6
Tints of Robin's Egg Blue #12CCB6
RGB
CMYK
RGB Variations
Color information
#12CCB6 (or 0x12CCB6) is known color: Robin's Egg Blue. HEX triplet: 12, CC and B6. RGB value is (18,204,182). Sum of RGB (Red+Green+Blue) = 18+204+182=404 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.46% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #12CCB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CCB6 is #ED3349. Grayscale: #919191. Windows color (decimal): -15545162 or 11979794. OLE color: 11979794.
HSL color Cylindrical-coordinate representation of color #12CCB6: hue angle of 172.9º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CCB6 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 204 | 182 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.2 |
| HSL | 172.9º | 0.84% | 0.44% | - |
| HSV(B) | 172.9º | 0.91% | 0.8% | - |
| XYZ | 30.29 | 46.69 | 51.67 | - |
| YUV | 145.88 | 148.38 | 36.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 182 | 0.91 | 0 | 0.11 | 0.2 | 172.9 | 0.84 | 0.44 |
| Hex | 12 | CC | B6 | 5B | 0 | B | 14 | AD | 54 | 2C |
| Octal | 22 | 314 | 266 | 133 | 0 | 13 | 24 | 255 | 124 | 54 |
| Binary | 10010 | 11001100 | 10110110 | 1011011 | 0 | 1011 | 10100 | 10101101 | 1010100 | 101100 |
Color Harmonies of #12CCB6
Complementary color
Monochromatic Colors of #12CCB6
Black with #12CCB6
Text Example
Text Example
White with #12CCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CCB6; }
p { color: rgb(18,204,182); }
H1.HeaderClassName
{
color: #12CCB6;
}
.AnyTagClassName
{
color: #12CCB6;
}
</style>
background-color css
<style>
a { background-color: #12CCB6; }
a { background-color: rgb(18,204,182); }
div.DivClassName
{
background-color: #12CCB6;
}
.BgClassName
{
background-color: #12CCB6;
}
</style>
border-color css
<style>
span { border-color: #12CCB6; }
span { border-color: rgb(18,204,182); }
td.TdClassName
{
border-color: #12CCB6;
}
.TagClassName
{
border-color: #12CCB6;
}
</style>