Shades of Robin's Egg Blue #12CABB
Tints of Robin's Egg Blue #12CABB
RGB
CMYK
RGB Variations
Color information
#12CABB (or 0x12CABB) is known color: Robin's Egg Blue. HEX triplet: 12, CA and BB. RGB value is (18,202,187). Sum of RGB (Red+Green+Blue) = 18+202+187=407 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.42% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #12CABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CABB is #ED3544. Grayscale: #919191. Windows color (decimal): -15545669 or 12306962. OLE color: 12306962.
HSL color Cylindrical-coordinate representation of color #12CABB: hue angle of 175.11º 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 #12CABB is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 202 | 187 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.21 |
| HSL | 175.11º | 0.84% | 0.43% | - |
| HSV(B) | 175.11º | 0.91% | 0.79% | - |
| XYZ | 30.34 | 45.96 | 54.29 | - |
| YUV | 145.27 | 151.54 | 37.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 202 | 187 | 0.91 | 0 | 0.07 | 0.21 | 175.11 | 0.84 | 0.43 |
| Hex | 12 | CA | BB | 5B | 0 | 7 | 15 | AF | 54 | 2B |
| Octal | 22 | 312 | 273 | 133 | 0 | 7 | 25 | 257 | 124 | 53 |
| Binary | 10010 | 11001010 | 10111011 | 1011011 | 0 | 111 | 10101 | 10101111 | 1010100 | 101011 |
Color Harmonies of #12CABB
Complementary color
Monochromatic Colors of #12CABB
Black with #12CABB
Text Example
Text Example
White with #12CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CABB; }
p { color: rgb(18,202,187); }
H1.HeaderClassName
{
color: #12CABB;
}
.AnyTagClassName
{
color: #12CABB;
}
</style>
background-color css
<style>
a { background-color: #12CABB; }
a { background-color: rgb(18,202,187); }
div.DivClassName
{
background-color: #12CABB;
}
.BgClassName
{
background-color: #12CABB;
}
</style>
border-color css
<style>
span { border-color: #12CABB; }
span { border-color: rgb(18,202,187); }
td.TdClassName
{
border-color: #12CABB;
}
.TagClassName
{
border-color: #12CABB;
}
</style>