Html Css Color HEX #C2EECC Granny Apple

📋 copy color: '#C2EECC'

red 194 ◦ green 238 ◦ blue 204

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

Shades of Granny Apple #C2EECC

Tints of Granny Apple #C2EECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.08%

R = 30.5%
G = 37.42%
B = 32.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#C2EECC (or 0xC2EECC) is known color: Granny Apple. HEX triplet: C2, EE and CC. RGB value is (194,238,204). Sum of RGB (Red+Green+Blue) = 194+238+204=636 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.50% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EECC is #3D1133. Grayscale: #DDDDDD. Windows color (decimal): -4002100 or 13430466. OLE color: 13430466.

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

Color convert

RGB 194 238 204 -
CMYK 0.18 0 0.14 0.07
HSL 133.64º 0.56% 0.85% -
HSV(B) 133.64º 0.18% 0.93% -
XYZ 63.72 76.98 68.63 -
YUV 220.97 118.42 108.76 -
System Red Green Blue C M Y K H S L
Decimal 194 238 204 0.18 0 0.14 0.07 133.64 0.56 0.85
Hex C2 EE CC 12 0 E 7 86 38 55
Octal 302 356 314 22 0 16 7 206 70 125
Binary 11000010 11101110 11001100 10010 0 1110 111 10000110 111000 1010101

Color Harmonies of #C2EECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EECC

Black with #C2EECC

Text Example


Text Example

White with #C2EECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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