#C0E5CC

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

Shades of Granny Apple #C0E5CC

Tints of Granny Apple #C0E5CC

Color information

#C0E5CC (or 0xC0E5CC) is unknown color: approx Granny Apple. HEX triplet: C0, E5 and CC. RGB value is (192,229,204). Sum of RGB (Red+Green+Blue) = 192+229+204=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E5CC is #3F1A33. Grayscale: #D7D7D7. Windows color (decimal): -4135476 or 13428160. OLE color: 13428160.

HSL color Cylindrical-coordinate representation of color #C0E5CC: hue angle of 139.46º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0E5CC is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB192229204-
CMYK0.1600.110.10
HSL139.46º41.57%82.55%-
HSV(B)139.46º16.16%89.8%-
XYZ60.6671.667.75-
YUV215.09121.74111.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.72%
GREEN value IS 229 (89.84% from 255) = 36.64%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=30.72%
G=36.64%
B=32.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1922292040.1600.110.10139.4641.5782.55
HexC0E5CC100BA8b2a53
Octal300345314200131221352123
Binary11000000111001011100110010000010111010100010111010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E5CC; }

 p { color: rgb(192,229,204); }

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

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

 a { background-color: rgb(192,229,204); }

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

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

 span { border-color: rgb(192,229,204); }

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