Shades of Granny Apple #C0EACB
Tints of Granny Apple #C0EACB
RGB
CMYK
RGB Variations
Color information
#C0EACB (or 0xC0EACB) is known color: Granny Apple. HEX triplet: C0, EA and CB. RGB value is (192,234,203). Sum of RGB (Red+Green+Blue) = 192+234+203=629 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.52% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EACB is #3F1534. Grayscale: #D9D9D9. Windows color (decimal): -4134197 or 13363904. OLE color: 13363904.
HSL color Cylindrical-coordinate representation of color #C0EACB: hue angle of 135.71º degrees, saturation: 0.5, 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 #C0EACB is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
RGB | 192 | 234 | 203 | - |
CMYK | 0.18 | 0 | 0.13 | 0.08 |
HSL | 135.71º | 0.5% | 0.84% | - |
HSV(B) | 135.71º | 0.18% | 0.92% | - |
XYZ | 61.94 | 74.36 | 67.59 | - |
YUV | 217.91 | 119.59 | 109.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 234 | 203 | 0.18 | 0 | 0.13 | 0.08 | 135.71 | 0.5 | 0.84 |
Hex | C0 | EA | CB | 12 | 0 | D | 8 | 88 | 32 | 54 |
Octal | 300 | 352 | 313 | 22 | 0 | 15 | 10 | 210 | 62 | 124 |
Binary | 11000000 | 11101010 | 11001011 | 10010 | 0 | 1101 | 1000 | 10001000 | 110010 | 1010100 |
Color Harmonies of #C0EACB
Complementary color
Monochromatic Colors of #C0EACB
Black with #C0EACB
Text Example
Text Example
White with #C0EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EACB; }
p { color: rgb(192,234,203); }
H1.HeaderClassName
{
color: #C0EACB;
}
.AnyTagClassName
{
color: #C0EACB;
}
</style>
background-color css
<style>
a { background-color: #C0EACB; }
a { background-color: rgb(192,234,203); }
div.DivClassName
{
background-color: #C0EACB;
}
.BgClassName
{
background-color: #C0EACB;
}
</style>
border-color css
<style>
span { border-color: #C0EACB; }
span { border-color: rgb(192,234,203); }
td.TdClassName
{
border-color: #C0EACB;
}
.TagClassName
{
border-color: #C0EACB;
}
</style>