Html Css Color HEX #C4EACF Granny Apple

📋 copy color: '#C4EACF'

red 196 ◦ green 234 ◦ blue 207

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

Shades of Granny Apple #C4EACF

Tints of Granny Apple #C4EACF

RGB

 RED value IS 196 (76.95% from 255) = 30.77%

 GREEN value IS 234 (91.8% from 255) = 36.73%

 BLUE value IS 207 (81.25% from 255) = 32.5%

R = 30.77%
G = 36.73%
B = 32.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#C4EACF (or 0xC4EACF) is known color: Granny Apple. HEX triplet: C4, EA and CF. RGB value is (196,234,207). Sum of RGB (Red+Green+Blue) = 196+234+207=637 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.77% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #C4EACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EACF is #3B1530. Grayscale: #DBDBDB. Windows color (decimal): -3872049 or 13626052. OLE color: 13626052.

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

Color convert

RGB 196 234 207 -
CMYK 0.16 0 0.12 0.08
HSL 137.37º 0.48% 0.84% -
HSV(B) 137.37º 0.16% 0.92% -
XYZ 63.45 75.09 70.18 -
YUV 219.56 120.91 111.2 -
System Red Green Blue C M Y K H S L
Decimal 196 234 207 0.16 0 0.12 0.08 137.37 0.48 0.84
Hex C4 EA CF 10 0 C 8 89 30 54
Octal 304 352 317 20 0 14 10 211 60 124
Binary 11000100 11101010 11001111 10000 0 1100 1000 10001001 110000 1010100

Color Harmonies of #C4EACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4EACF

Black with #C4EACF

Text Example


Text Example

White with #C4EACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4EACF; }

 p { color: rgb(196,234,207); }

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

background-color css

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

 a { background-color: rgb(196,234,207); }

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

border-color css

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

 span { border-color: rgb(196,234,207); }

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