Html Css Color HEX #8EBDAF Shadow Green

📋 copy color: '#8EBDAF'

red 142 ◦ green 189 ◦ blue 175

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

Shades of Shadow Green #8EBDAF

Tints of Shadow Green #8EBDAF

RGB

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

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

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

R = 28.06%
G = 37.35%
B = 34.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#8EBDAF (or 0x8EBDAF) is known color: Shadow Green. HEX triplet: 8E, BD and AF. RGB value is (142,189,175). Sum of RGB (Red+Green+Blue) = 142+189+175=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBDAF is #714250. Grayscale: #ADADAD. Windows color (decimal): -7422545 or 11517326. OLE color: 11517326.

HSL color Cylindrical-coordinate representation of color #8EBDAF: hue angle of 162.13º 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 #8EBDAF is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 189 175 -
CMYK 0.25 0 0.07 0.26
HSL 162.13º 0.26% 0.65% -
HSV(B) 162.13º 0.25% 0.74% -
XYZ 37.09 45.24 47.33 -
YUV 173.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 142 189 175 0.25 0 0.07 0.26 162.13 0.26 0.65
Hex 8E BD AF 19 0 7 1A A2 1A 41
Octal 216 275 257 31 0 7 32 242 32 101
Binary 10001110 10111101 10101111 11001 0 111 11010 10100010 11010 1000001

Color Harmonies of #8EBDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBDAF

Black with #8EBDAF

Text Example


Text Example

White with #8EBDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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