Html Css Color HEX #C2EDD2 Granny Apple

📋 copy color: '#C2EDD2'

red 194 ◦ green 237 ◦ blue 210

#C2EDD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #C2EDD2

Tints of Granny Apple #C2EDD2

RGB

 RED value IS 194 (76.17% from 255) = 30.27%

 GREEN value IS 237 (92.97% from 255) = 36.97%

 BLUE value IS 210 (82.42% from 255) = 32.76%

R = 30.27%
G = 36.97%
B = 32.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#C2EDD2 (or 0xC2EDD2) is known color: Granny Apple. HEX triplet: C2, ED and D2. RGB value is (194,237,210). Sum of RGB (Red+Green+Blue) = 194+237+210=641 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.27% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDD2 is #3D122D. Grayscale: #DDDDDD. Windows color (decimal): -4002350 or 13823426. OLE color: 13823426.

HSL color Cylindrical-coordinate representation of color #C2EDD2: hue angle of 142.33º 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 #C2EDD2 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 237 210 -
CMYK 0.18 0 0.11 0.07
HSL 142.33º 0.54% 0.85% -
HSV(B) 142.33º 0.18% 0.93% -
XYZ 64.17 76.69 72.39 -
YUV 221.07 121.75 108.7 -
System Red Green Blue C M Y K H S L
Decimal 194 237 210 0.18 0 0.11 0.07 142.33 0.54 0.85
Hex C2 ED D2 12 0 B 7 8E 36 55
Octal 302 355 322 22 0 13 7 216 66 125
Binary 11000010 11101101 11010010 10010 0 1011 111 10001110 110110 1010101

Color Harmonies of #C2EDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EDD2

Black with #C2EDD2

Text Example


Text Example

White with #C2EDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EDD2; }

 p { color: rgb(194,237,210); }

 H1.HeaderClassName
 {
   color: #C2EDD2;
 }
 .AnyTagClassName
 {
   color: #C2EDD2;
 }
</style>

background-color css

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

 a { background-color: rgb(194,237,210); }

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

border-color css

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

 span { border-color: rgb(194,237,210); }

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