Html Css Color HEX #8CC5AF Shadow Green

📋 copy color: '#8CC5AF'

red 140 ◦ green 197 ◦ blue 175

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

Shades of Shadow Green #8CC5AF

Tints of Shadow Green #8CC5AF

RGB

 RED value IS 140 (55.08% from 255) = 27.34%

 GREEN value IS 197 (77.34% from 255) = 38.48%

 BLUE value IS 175 (68.75% from 255) = 34.18%

R = 27.34%
G = 38.48%
B = 34.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#8CC5AF (or 0x8CC5AF) is known color: Shadow Green. HEX triplet: 8C, C5 and AF. RGB value is (140,197,175). Sum of RGB (Red+Green+Blue) = 140+197+175=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC5AF is #733A50. Grayscale: #B1B1B1. Windows color (decimal): -7551569 or 11519372. OLE color: 11519372.

HSL color Cylindrical-coordinate representation of color #8CC5AF: hue angle of 156.84º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CC5AF is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 140 197 175 -
CMYK 0.29 0 0.11 0.23
HSL 156.84º 0.33% 0.66% -
HSV(B) 156.84º 0.29% 0.77% -
XYZ 38.52 48.6 47.91 -
YUV 177.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 140 197 175 0.29 0 0.11 0.23 156.84 0.33 0.66
Hex 8C C5 AF 1D 0 B 17 9D 21 42
Octal 214 305 257 35 0 13 27 235 41 102
Binary 10001100 11000101 10101111 11101 0 1011 10111 10011101 100001 1000010

Color Harmonies of #8CC5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC5AF

Black with #8CC5AF

Text Example


Text Example

White with #8CC5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CC5AF; }

 p { color: rgb(140,197,175); }

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

background-color css

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

 a { background-color: rgb(140,197,175); }

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

border-color css

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

 span { border-color: rgb(140,197,175); }

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