Html Css Color HEX #8EB995 Dark Sea Green

📋 copy color: '#8EB995'

red 142 ◦ green 185 ◦ blue 149

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

Shades of Dark Sea Green #8EB995

Tints of Dark Sea Green #8EB995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.87%

 BLUE value IS 149 (58.59% from 255) = 31.3%

R = 29.83%
G = 38.87%
B = 31.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#8EB995 (or 0x8EB995) is known color: Dark Sea Green. HEX triplet: 8E, B9 and 95. RGB value is (142,185,149). Sum of RGB (Red+Green+Blue) = 142+185+149=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB995 is #71466A. Grayscale: #A8A8A8. Windows color (decimal): -7423595 or 9812366. OLE color: 9812366.

HSL color Cylindrical-coordinate representation of color #8EB995: hue angle of 129.77º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8EB995 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 185 149 -
CMYK 0.23 0 0.19 0.27
HSL 129.77º 0.23% 0.64% -
HSV(B) 129.77º 0.23% 0.73% -
XYZ 33.93 42.62 34.87 -
YUV 168.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 142 185 149 0.23 0 0.19 0.27 129.77 0.23 0.64
Hex 8E B9 95 17 0 13 1B 82 17 40
Octal 216 271 225 27 0 23 33 202 27 100
Binary 10001110 10111001 10010101 10111 0 10011 11011 10000010 10111 1000000

Color Harmonies of #8EB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB995

Black with #8EB995

Text Example


Text Example

White with #8EB995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,185,149); }

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

background-color css

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

 a { background-color: rgb(142,185,149); }

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

border-color css

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

 span { border-color: rgb(142,185,149); }

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