Html Css Color HEX #C5EACF Granny Apple

📋 copy color: '#C5EACF'

red 197 ◦ green 234 ◦ blue 207

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

Shades of Granny Apple #C5EACF

Tints of Granny Apple #C5EACF

RGB

 RED value IS 197 (77.34% from 255) = 30.88%

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

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

R = 30.88%
G = 36.68%
B = 32.45%

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

#C5EACF (or 0xC5EACF) is known color: Granny Apple. HEX triplet: C5, EA and CF. RGB value is (197,234,207). Sum of RGB (Red+Green+Blue) = 197+234+207=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EACF is #3A1530. Grayscale: #DBDBDB. Windows color (decimal): -3806513 or 13626053. OLE color: 13626053.

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

Color convert

RGB 197 234 207 -
CMYK 0.16 0 0.12 0.08
HSL 136.22º 0.47% 0.85% -
HSV(B) 136.22º 0.16% 0.92% -
XYZ 63.71 75.22 70.19 -
YUV 219.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 197 234 207 0.16 0 0.12 0.08 136.22 0.47 0.85
Hex C5 EA CF 10 0 C 8 88 2F 55
Octal 305 352 317 20 0 14 10 210 57 125
Binary 11000101 11101010 11001111 10000 0 1100 1000 10001000 101111 1010101

Color Harmonies of #C5EACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EACF

Black with #C5EACF

Text Example


Text Example

White with #C5EACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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