#C0EAC4

Color #C0EAC4 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #C0EAC4

Tints of Granny Apple #C0EAC4

Color information

#C0EAC4 (or 0xC0EAC4) is unknown color: approx Granny Apple. HEX triplet: C0, EA and C4. RGB value is (192,234,196). Sum of RGB (Red+Green+Blue) = 192+234+196=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EAC4 is #3F153B. Grayscale: #D9D9D9. Windows color (decimal): -4134204 or 12905152. OLE color: 12905152.

HSL color Cylindrical-coordinate representation of color #C0EAC4: hue angle of 125.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 #C0EAC4 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB192234196-
CMYK0.1800.160.08
HSL125.71º50%83.53%-
HSV(B)125.71º17.95%91.76%-
XYZ61.1274.0463.29-
YUV217.11116.09110.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 30.87%
GREEN value IS 234 (91.80% from 255) = 37.62%
BLUE value IS 196 (76.95% from 255) = 31.51%
R=30.87%
G=37.62%
B=31.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922341960.1800.160.08125.715083.53
HexC0EAC41201087e3254
Octal300352304220201017662124
Binary11000000111010101100010010010010000100011111101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EAC4; }

 p { color: rgb(192,234,196); }

 H1.HeaderClassName
 {
   color: #C0EAC4;
 }
 .AnyTagClassName
 {
   color: #C0EAC4;
 }
</style>
background-color css

<style>
 a { background-color: #C0EAC4; }

 a { background-color: rgb(192,234,196); }

 div.DivClassName
 {
   background-color: #C0EAC4;
 }
 .BgClassName
 {
   background-color: #C0EAC4;
 }
</style>
border-color css

<style>
 span { border-color: #C0EAC4; }

 span { border-color: rgb(192,234,196); }

 td.TdClassName
 {
   border-color: #C0EAC4;
 }
 .TagClassName
 {
   border-color: #C0EAC4;
 }
</style>