Html Css Color HEX #8CC0AE Shadow Green

📋 copy color: '#8CC0AE'

red 140 ◦ green 192 ◦ blue 174

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

Shades of Shadow Green #8CC0AE

Tints of Shadow Green #8CC0AE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.94%

 BLUE value IS 174 (68.36% from 255) = 34.39%

R = 27.67%
G = 37.94%
B = 34.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#8CC0AE (or 0x8CC0AE) is known color: Shadow Green. HEX triplet: 8C, C0 and AE. RGB value is (140,192,174). Sum of RGB (Red+Green+Blue) = 140+192+174=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC0AE is #733F51. Grayscale: #AEAEAE. Windows color (decimal): -7552850 or 11452556. OLE color: 11452556.

HSL color Cylindrical-coordinate representation of color #8CC0AE: hue angle of 159.23º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CC0AE is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 192 174 -
CMYK 0.27 0 0.09 0.25
HSL 159.23º 0.29% 0.65% -
HSV(B) 159.23º 0.27% 0.75% -
XYZ 37.3 46.33 47.02 -
YUV 174.4 127.77 103.46 -
System Red Green Blue C M Y K H S L
Decimal 140 192 174 0.27 0 0.09 0.25 159.23 0.29 0.65
Hex 8C C0 AE 1B 0 9 19 9F 1D 41
Octal 214 300 256 33 0 11 31 237 35 101
Binary 10001100 11000000 10101110 11011 0 1001 11001 10011111 11101 1000001

Color Harmonies of #8CC0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC0AE

Black with #8CC0AE

Text Example


Text Example

White with #8CC0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,192,174); }

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

background-color css

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

 a { background-color: rgb(140,192,174); }

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

border-color css

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

 span { border-color: rgb(140,192,174); }

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