Shades of Robin's Egg Blue #12CBBC
Tints of Robin's Egg Blue #12CBBC
RGB
CMYK
RGB Variations
Color information
#12CBBC (or 0x12CBBC) is known color: Robin's Egg Blue. HEX triplet: 12, CB and BC. RGB value is (18,203,188). Sum of RGB (Red+Green+Blue) = 18+203+188=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #12CBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CBBC is #ED3443. Grayscale: #919191. Windows color (decimal): -15545412 or 12372754. OLE color: 12372754.
HSL color Cylindrical-coordinate representation of color #12CBBC: hue angle of 175.14º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CBBC is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 203 | 188 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.20 |
| HSL | 175.14º | 0.84% | 0.43% | - |
| HSV(B) | 175.14º | 0.91% | 0.8% | - |
| XYZ | 30.68 | 46.47 | 54.93 | - |
| YUV | 145.98 | 151.71 | 36.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 203 | 188 | 0.91 | 0 | 0.07 | 0.20 | 175.14 | 0.84 | 0.43 |
| Hex | 12 | CB | BC | 5B | 0 | 7 | 14 | AF | 54 | 2B |
| Octal | 22 | 313 | 274 | 133 | 0 | 7 | 24 | 257 | 124 | 53 |
| Binary | 10010 | 11001011 | 10111100 | 1011011 | 0 | 111 | 10100 | 10101111 | 1010100 | 101011 |
Color Harmonies of #12CBBC
Complementary color
Monochromatic Colors of #12CBBC
Black with #12CBBC
Text Example
Text Example
White with #12CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CBBC; }
p { color: rgb(18,203,188); }
H1.HeaderClassName
{
color: #12CBBC;
}
.AnyTagClassName
{
color: #12CBBC;
}
</style>
background-color css
<style>
a { background-color: #12CBBC; }
a { background-color: rgb(18,203,188); }
div.DivClassName
{
background-color: #12CBBC;
}
.BgClassName
{
background-color: #12CBBC;
}
</style>
border-color css
<style>
span { border-color: #12CBBC; }
span { border-color: rgb(18,203,188); }
td.TdClassName
{
border-color: #12CBBC;
}
.TagClassName
{
border-color: #12CBBC;
}
</style>