Shades of Robin's Egg Blue #12CABE
Tints of Robin's Egg Blue #12CABE
RGB
CMYK
RGB Variations
Color information
#12CABE (or 0x12CABE) is known color: Robin's Egg Blue. HEX triplet: 12, CA and BE. RGB value is (18,202,190). Sum of RGB (Red+Green+Blue) = 18+202+190=410 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.39% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #12CABE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CABE is #ED3541. Grayscale: #919191. Windows color (decimal): -15545666 or 12503570. OLE color: 12503570.
HSL color Cylindrical-coordinate representation of color #12CABE: hue angle of 176.09º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CABE is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 202 | 190 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.21 |
| HSL | 176.09º | 0.84% | 0.43% | - |
| HSV(B) | 176.09º | 0.91% | 0.79% | - |
| XYZ | 30.66 | 46.09 | 55.99 | - |
| YUV | 145.62 | 153.04 | 36.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 202 | 190 | 0.91 | 0 | 0.06 | 0.21 | 176.09 | 0.84 | 0.43 |
| Hex | 12 | CA | BE | 5B | 0 | 6 | 15 | B0 | 54 | 2B |
| Octal | 22 | 312 | 276 | 133 | 0 | 6 | 25 | 260 | 124 | 53 |
| Binary | 10010 | 11001010 | 10111110 | 1011011 | 0 | 110 | 10101 | 10110000 | 1010100 | 101011 |
Color Harmonies of #12CABE
Complementary color
Monochromatic Colors of #12CABE
Black with #12CABE
Text Example
Text Example
White with #12CABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CABE; }
p { color: rgb(18,202,190); }
H1.HeaderClassName
{
color: #12CABE;
}
.AnyTagClassName
{
color: #12CABE;
}
</style>
background-color css
<style>
a { background-color: #12CABE; }
a { background-color: rgb(18,202,190); }
div.DivClassName
{
background-color: #12CABE;
}
.BgClassName
{
background-color: #12CABE;
}
</style>
border-color css
<style>
span { border-color: #12CABE; }
span { border-color: rgb(18,202,190); }
td.TdClassName
{
border-color: #12CABE;
}
.TagClassName
{
border-color: #12CABE;
}
</style>