Shades of Robin's Egg Blue #12CAC4
Tints of Robin's Egg Blue #12CAC4
RGB
CMYK
RGB Variations
Color information
#12CAC4 (or 0x12CAC4) is known color: Robin's Egg Blue. HEX triplet: 12, CA and C4. RGB value is (18,202,196). Sum of RGB (Red+Green+Blue) = 18+202+196=416 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.33% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 196 (76.95% from 255 or 47.12% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #12CAC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CAC4 is #ED353B. Grayscale: #929292. Windows color (decimal): -15545660 or 12896786. OLE color: 12896786.
HSL color Cylindrical-coordinate representation of color #12CAC4: hue angle of 178.04º 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 #12CAC4 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 202 | 196 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.21 |
| HSL | 178.04º | 0.84% | 0.43% | - |
| HSV(B) | 178.04º | 0.91% | 0.79% | - |
| XYZ | 31.33 | 46.36 | 59.52 | - |
| YUV | 146.3 | 156.04 | 36.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 202 | 196 | 0.91 | 0 | 0.03 | 0.21 | 178.04 | 0.84 | 0.43 |
| Hex | 12 | CA | C4 | 5B | 0 | 3 | 15 | B2 | 54 | 2B |
| Octal | 22 | 312 | 304 | 133 | 0 | 3 | 25 | 262 | 124 | 53 |
| Binary | 10010 | 11001010 | 11000100 | 1011011 | 0 | 11 | 10101 | 10110010 | 1010100 | 101011 |
Color Harmonies of #12CAC4
Complementary color
Monochromatic Colors of #12CAC4
Black with #12CAC4
Text Example
Text Example
White with #12CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CAC4; }
p { color: rgb(18,202,196); }
H1.HeaderClassName
{
color: #12CAC4;
}
.AnyTagClassName
{
color: #12CAC4;
}
</style>
background-color css
<style>
a { background-color: #12CAC4; }
a { background-color: rgb(18,202,196); }
div.DivClassName
{
background-color: #12CAC4;
}
.BgClassName
{
background-color: #12CAC4;
}
</style>
border-color css
<style>
span { border-color: #12CAC4; }
span { border-color: rgb(18,202,196); }
td.TdClassName
{
border-color: #12CAC4;
}
.TagClassName
{
border-color: #12CAC4;
}
</style>