Html Css Color HEX #8EBDAE Shadow Green

📋 copy color: '#8EBDAE'

red 142 ◦ green 189 ◦ blue 174

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

Shades of Shadow Green #8EBDAE

Tints of Shadow Green #8EBDAE

RGB

 RED value IS 142 (55.86% from 255) = 28.12%

 GREEN value IS 189 (74.22% from 255) = 37.43%

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

R = 28.12%
G = 37.43%
B = 34.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#8EBDAE (or 0x8EBDAE) is known color: Shadow Green. HEX triplet: 8E, BD and AE. RGB value is (142,189,174). Sum of RGB (Red+Green+Blue) = 142+189+174=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBDAE is #714251. Grayscale: #ADADAD. Windows color (decimal): -7422546 or 11451790. OLE color: 11451790.

HSL color Cylindrical-coordinate representation of color #8EBDAE: hue angle of 160.85º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EBDAE is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 189 174 -
CMYK 0.25 0 0.08 0.26
HSL 160.85º 0.26% 0.65% -
HSV(B) 160.85º 0.25% 0.74% -
XYZ 36.99 45.2 46.82 -
YUV 173.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 142 189 174 0.25 0 0.08 0.26 160.85 0.26 0.65
Hex 8E BD AE 19 0 8 1A A1 1A 41
Octal 216 275 256 31 0 10 32 241 32 101
Binary 10001110 10111101 10101110 11001 0 1000 11010 10100001 11010 1000001

Color Harmonies of #8EBDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBDAE

Black with #8EBDAE

Text Example


Text Example

White with #8EBDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,189,174); }

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

background-color css

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

 a { background-color: rgb(142,189,174); }

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

border-color css

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

 span { border-color: rgb(142,189,174); }

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