Shades of Robin's Egg Blue #0CDFBE
Tints of Robin's Egg Blue #0CDFBE
RGB
CMYK
RGB Variations
Color information
#0CDFBE (or 0x0CDFBE) is known color: Robin's Egg Blue. HEX triplet: 0C, DF and BE. RGB value is (12,223,190). Sum of RGB (Red+Green+Blue) = 12+223+190=425 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDFBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDFBE is #F32041. Grayscale: #9C9C9C. Windows color (decimal): -15933506 or 12508940. OLE color: 12508940.
HSL color Cylindrical-coordinate representation of color #0CDFBE: hue angle of 170.62º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDFBE is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 223 | 190 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.13 |
| HSL | 170.62º | 0.9% | 0.46% | - |
| HSV(B) | 170.62º | 0.95% | 0.87% | - |
| XYZ | 35.83 | 56.57 | 57.75 | - |
| YUV | 156.15 | 147.1 | 25.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 223 | 190 | 0.95 | 0 | 0.15 | 0.13 | 170.62 | 0.9 | 0.46 |
| Hex | C | DF | BE | 5F | 0 | F | D | AB | 5A | 2E |
| Octal | 14 | 337 | 276 | 137 | 0 | 17 | 15 | 253 | 132 | 56 |
| Binary | 1100 | 11011111 | 10111110 | 1011111 | 0 | 1111 | 1101 | 10101011 | 1011010 | 101110 |
Color Harmonies of #0CDFBE
Complementary color
Monochromatic Colors of #0CDFBE
Black with #0CDFBE
Text Example
Text Example
White with #0CDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDFBE; }
p { color: rgb(12,223,190); }
H1.HeaderClassName
{
color: #0CDFBE;
}
.AnyTagClassName
{
color: #0CDFBE;
}
</style>
background-color css
<style>
a { background-color: #0CDFBE; }
a { background-color: rgb(12,223,190); }
div.DivClassName
{
background-color: #0CDFBE;
}
.BgClassName
{
background-color: #0CDFBE;
}
</style>
border-color css
<style>
span { border-color: #0CDFBE; }
span { border-color: rgb(12,223,190); }
td.TdClassName
{
border-color: #0CDFBE;
}
.TagClassName
{
border-color: #0CDFBE;
}
</style>