#C0EDCA

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

Shades of Granny Apple #C0EDCA

Tints of Granny Apple #C0EDCA

Color information

#C0EDCA (or 0xC0EDCA) is unknown color: approx Granny Apple. HEX triplet: C0, ED and CA. RGB value is (192,237,202). Sum of RGB (Red+Green+Blue) = 192+237+202=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDCA is #3F1235. Grayscale: #DBDBDB. Windows color (decimal): -4133430 or 13299136. OLE color: 13299136.

HSL color Cylindrical-coordinate representation of color #C0EDCA: hue angle of 133.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0EDCA is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB192237202-
CMYK0.1900.150.07
HSL133.33º55.56%84.12%-
HSV(B)133.33º18.99%92.94%-
XYZ62.6876.0467.25-
YUV219.55118.09108.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.43%
GREEN value IS 237 (92.97% from 255) = 37.56%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=30.43%
G=37.56%
B=32.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922372020.1900.150.07133.3355.5684.12
HexC0EDCA130F7853854
Octal30035531223017720570124
Binary1100000011101101110010101001101111111100001011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EDCA; }

 p { color: rgb(192,237,202); }

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

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

 a { background-color: rgb(192,237,202); }

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

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

 span { border-color: rgb(192,237,202); }

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