#C2EBCA

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

Shades of Granny Apple #C2EBCA

Tints of Granny Apple #C2EBCA

Color information

#C2EBCA (or 0xC2EBCA) is unknown color: approx Granny Apple. HEX triplet: C2, EB and CA. RGB value is (194,235,202). Sum of RGB (Red+Green+Blue) = 194+235+202=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBCA is #3D1435. Grayscale: #DBDBDB. Windows color (decimal): -4002870 or 13298626. OLE color: 13298626.

HSL color Cylindrical-coordinate representation of color #C2EBCA: hue angle of 131.71º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2EBCA is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB194235202-
CMYK0.1700.140.08
HSL131.71º50.62%84.12%-
HSV(B)131.71º17.45%92.16%-
XYZ62.6275.1567.08-
YUV218.98118.42110.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.74%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=30.74%
G=37.24%
B=32.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942352020.1700.140.08131.7150.6284.12
HexC2EBCA110E8843354
Octal302353312210161020463124
Binary11000010111010111100101010001011101000100001001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EBCA; }

 p { color: rgb(194,235,202); }

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

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

 a { background-color: rgb(194,235,202); }

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

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

 span { border-color: rgb(194,235,202); }

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