Html Css Color HEX #8CC5B4 Shadow Green

📋 copy color: '#8CC5B4'

red 140 ◦ green 197 ◦ blue 180

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

Shades of Shadow Green #8CC5B4

Tints of Shadow Green #8CC5B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.82%

R = 27.08%
G = 38.1%
B = 34.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#8CC5B4 (or 0x8CC5B4) is known color: Shadow Green. HEX triplet: 8C, C5 and B4. RGB value is (140,197,180). Sum of RGB (Red+Green+Blue) = 140+197+180=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC5B4 is #733A4B. Grayscale: #B2B2B2. Windows color (decimal): -7551564 or 11847052. OLE color: 11847052.

HSL color Cylindrical-coordinate representation of color #8CC5B4: hue angle of 162.11º 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 #8CC5B4 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 140 197 180 -
CMYK 0.29 0 0.09 0.23
HSL 162.11º 0.33% 0.66% -
HSV(B) 162.11º 0.29% 0.77% -
XYZ 39.02 48.8 50.54 -
YUV 178.02 129.12 100.88 -
System Red Green Blue C M Y K H S L
Decimal 140 197 180 0.29 0 0.09 0.23 162.11 0.33 0.66
Hex 8C C5 B4 1D 0 9 17 A2 21 42
Octal 214 305 264 35 0 11 27 242 41 102
Binary 10001100 11000101 10110100 11101 0 1001 10111 10100010 100001 1000010

Color Harmonies of #8CC5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC5B4

Black with #8CC5B4

Text Example


Text Example

White with #8CC5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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