Shades of Granny Apple #C0EBCB
Tints of Granny Apple #C0EBCB
RGB
CMYK
RGB Variations
Color information
#C0EBCB (or 0xC0EBCB) is known color: Granny Apple. HEX triplet: C0, EB and CB. RGB value is (192,235,203). Sum of RGB (Red+Green+Blue) = 192+235+203=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBCB is #3F1434. Grayscale: #DADADA. Windows color (decimal): -4133941 or 13364160. OLE color: 13364160.
HSL color Cylindrical-coordinate representation of color #C0EBCB: hue angle of 135.35º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EBCB is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 203 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.08 |
| HSL | 135.35º | 0.52% | 0.84% | - |
| HSV(B) | 135.35º | 0.18% | 0.92% | - |
| XYZ | 62.23 | 74.93 | 67.68 | - |
| YUV | 218.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 203 | 0.18 | 0 | 0.14 | 0.08 | 135.35 | 0.52 | 0.84 |
| Hex | C0 | EB | CB | 12 | 0 | E | 8 | 87 | 34 | 54 |
| Octal | 300 | 353 | 313 | 22 | 0 | 16 | 10 | 207 | 64 | 124 |
| Binary | 11000000 | 11101011 | 11001011 | 10010 | 0 | 1110 | 1000 | 10000111 | 110100 | 1010100 |
Color Harmonies of #C0EBCB
Complementary color
Monochromatic Colors of #C0EBCB
Black with #C0EBCB
Text Example
Text Example
White with #C0EBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EBCB; }
p { color: rgb(192,235,203); }
H1.HeaderClassName
{
color: #C0EBCB;
}
.AnyTagClassName
{
color: #C0EBCB;
}
</style>
background-color css
<style>
a { background-color: #C0EBCB; }
a { background-color: rgb(192,235,203); }
div.DivClassName
{
background-color: #C0EBCB;
}
.BgClassName
{
background-color: #C0EBCB;
}
</style>
border-color css
<style>
span { border-color: #C0EBCB; }
span { border-color: rgb(192,235,203); }
td.TdClassName
{
border-color: #C0EBCB;
}
.TagClassName
{
border-color: #C0EBCB;
}
</style>