Html Css Color HEX #C2EED2 Granny Apple

📋 copy color: '#C2EED2'

red 194 ◦ green 238 ◦ blue 210

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

Shades of Granny Apple #C2EED2

Tints of Granny Apple #C2EED2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.07%

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

R = 30.22%
G = 37.07%
B = 32.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#C2EED2 (or 0xC2EED2) is known color: Granny Apple. HEX triplet: C2, EE and D2. RGB value is (194,238,210). Sum of RGB (Red+Green+Blue) = 194+238+210=642 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.22% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 210 (82.42% from 255 or 32.71% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EED2 is #3D112D. Grayscale: #DDDDDD. Windows color (decimal): -4002094 or 13823682. OLE color: 13823682.

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

Color convert

RGB 194 238 210 -
CMYK 0.18 0 0.12 0.07
HSL 141.82º 0.56% 0.85% -
HSV(B) 141.82º 0.18% 0.93% -
XYZ 64.46 77.27 72.49 -
YUV 221.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 194 238 210 0.18 0 0.12 0.07 141.82 0.56 0.85
Hex C2 EE D2 12 0 C 7 8E 38 55
Octal 302 356 322 22 0 14 7 216 70 125
Binary 11000010 11101110 11010010 10010 0 1100 111 10001110 111000 1010101

Color Harmonies of #C2EED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EED2

Black with #C2EED2

Text Example


Text Example

White with #C2EED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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