Html Css Color HEX #8EB994 Dark Sea Green

📋 copy color: '#8EB994'

red 142 ◦ green 185 ◦ blue 148

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

Shades of Dark Sea Green #8EB994

Tints of Dark Sea Green #8EB994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.16%

R = 29.89%
G = 38.95%
B = 31.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#8EB994 (or 0x8EB994) is known color: Dark Sea Green. HEX triplet: 8E, B9 and 94. RGB value is (142,185,148). Sum of RGB (Red+Green+Blue) = 142+185+148=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB994 is #71466B. Grayscale: #A8A8A8. Windows color (decimal): -7423596 or 9746830. OLE color: 9746830.

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

Color convert

RGB 142 185 148 -
CMYK 0.23 0 0.20 0.27
HSL 128.37º 0.23% 0.64% -
HSV(B) 128.37º 0.23% 0.73% -
XYZ 33.85 42.59 34.45 -
YUV 167.93 116.75 109.51 -
System Red Green Blue C M Y K H S L
Decimal 142 185 148 0.23 0 0.20 0.27 128.37 0.23 0.64
Hex 8E B9 94 17 0 14 1B 80 17 40
Octal 216 271 224 27 0 24 33 200 27 100
Binary 10001110 10111001 10010100 10111 0 10100 11011 10000000 10111 1000000

Color Harmonies of #8EB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB994

Black with #8EB994

Text Example


Text Example

White with #8EB994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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