#C3EDCD

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

Shades of Granny Apple #C3EDCD

Tints of Granny Apple #C3EDCD

Color information

#C3EDCD (or 0xC3EDCD) is unknown color: approx Granny Apple. HEX triplet: C3, ED and CD. RGB value is (195,237,205). Sum of RGB (Red+Green+Blue) = 195+237+205=637 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.61% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #C3EDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EDCD is #3C1232. Grayscale: #DCDCDC. Windows color (decimal): -3936819 or 13495747. OLE color: 13495747.

HSL color Cylindrical-coordinate representation of color #C3EDCD: hue angle of 134.29º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3EDCD is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB195237205-
CMYK0.1800.140.07
HSL134.29º53.85%84.71%-
HSV(B)134.29º17.72%92.94%-
XYZ63.8176.5869.18-
YUV220.79119.09109.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.61%
GREEN value IS 237 (92.97% from 255) = 37.21%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=30.61%
G=37.21%
B=32.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1952372050.1800.140.07134.2953.8584.71
HexC3EDCD120E7863655
Octal30335531522016720666125
Binary1100001111101101110011011001001110111100001101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EDCD; }

 p { color: rgb(195,237,205); }

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

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

 a { background-color: rgb(195,237,205); }

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

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

 span { border-color: rgb(195,237,205); }

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