Shades of Granny Apple #C2EECA
Tints of Granny Apple #C2EECA
RGB
CMYK
RGB Variations
Color information
#C2EECA (or 0xC2EECA) is known color: Granny Apple. HEX triplet: C2, EE and CA. RGB value is (194,238,202). Sum of RGB (Red+Green+Blue) = 194+238+202=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EECA is #3D1135. Grayscale: #DCDCDC. Windows color (decimal): -4002102 or 13299394. OLE color: 13299394.
HSL color Cylindrical-coordinate representation of color #C2EECA: hue angle of 130.91º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EECA is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 238 | 202 | - |
CMYK | 0.18 | 0 | 0.15 | 0.07 |
HSL | 130.91º | 0.56% | 0.85% | - |
HSV(B) | 130.91º | 0.18% | 0.93% | - |
XYZ | 63.48 | 76.88 | 67.37 | - |
YUV | 220.74 | 117.42 | 108.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 238 | 202 | 0.18 | 0 | 0.15 | 0.07 | 130.91 | 0.56 | 0.85 |
Hex | C2 | EE | CA | 12 | 0 | F | 7 | 83 | 38 | 55 |
Octal | 302 | 356 | 312 | 22 | 0 | 17 | 7 | 203 | 70 | 125 |
Binary | 11000010 | 11101110 | 11001010 | 10010 | 0 | 1111 | 111 | 10000011 | 111000 | 1010101 |
Color Harmonies of #C2EECA
Complementary color
Monochromatic Colors of #C2EECA
Black with #C2EECA
Text Example
Text Example
White with #C2EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EECA; }
p { color: rgb(194,238,202); }
H1.HeaderClassName
{
color: #C2EECA;
}
.AnyTagClassName
{
color: #C2EECA;
}
</style>
background-color css
<style>
a { background-color: #C2EECA; }
a { background-color: rgb(194,238,202); }
div.DivClassName
{
background-color: #C2EECA;
}
.BgClassName
{
background-color: #C2EECA;
}
</style>
border-color css
<style>
span { border-color: #C2EECA; }
span { border-color: rgb(194,238,202); }
td.TdClassName
{
border-color: #C2EECA;
}
.TagClassName
{
border-color: #C2EECA;
}
</style>