Shades of Granny Apple #C2ECD0
Tints of Granny Apple #C2ECD0
RGB
CMYK
RGB Variations
Color information
#C2ECD0 (or 0xC2ECD0) is known color: Granny Apple. HEX triplet: C2, EC and D0. RGB value is (194,236,208). Sum of RGB (Red+Green+Blue) = 194+236+208=638 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.41% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECD0 is #3D132F. Grayscale: #DCDCDC. Windows color (decimal): -4002608 or 13692098. OLE color: 13692098.
HSL color Cylindrical-coordinate representation of color #C2ECD0: hue angle of 140º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2ECD0 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 236 | 208 | - |
CMYK | 0.18 | 0 | 0.12 | 0.07 |
HSL | 140º | 0.53% | 0.84% | - |
HSV(B) | 140º | 0.18% | 0.93% | - |
XYZ | 63.63 | 76.01 | 70.99 | - |
YUV | 220.25 | 121.09 | 109.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 236 | 208 | 0.18 | 0 | 0.12 | 0.07 | 140 | 0.53 | 0.84 |
Hex | C2 | EC | D0 | 12 | 0 | C | 7 | 8C | 34 | 54 |
Octal | 302 | 354 | 320 | 22 | 0 | 14 | 7 | 214 | 64 | 124 |
Binary | 11000010 | 11101100 | 11010000 | 10010 | 0 | 1100 | 111 | 10001100 | 110100 | 1010100 |
Color Harmonies of #C2ECD0
Complementary color
Monochromatic Colors of #C2ECD0
Black with #C2ECD0
Text Example
Text Example
White with #C2ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECD0; }
p { color: rgb(194,236,208); }
H1.HeaderClassName
{
color: #C2ECD0;
}
.AnyTagClassName
{
color: #C2ECD0;
}
</style>
background-color css
<style>
a { background-color: #C2ECD0; }
a { background-color: rgb(194,236,208); }
div.DivClassName
{
background-color: #C2ECD0;
}
.BgClassName
{
background-color: #C2ECD0;
}
</style>
border-color css
<style>
span { border-color: #C2ECD0; }
span { border-color: rgb(194,236,208); }
td.TdClassName
{
border-color: #C2ECD0;
}
.TagClassName
{
border-color: #C2ECD0;
}
</style>