Html Css Color HEX #8EC096 Dark Sea Green

📋 copy color: '#8EC096'

red 142 ◦ green 192 ◦ blue 150

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

Shades of Dark Sea Green #8EC096

Tints of Dark Sea Green #8EC096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.99%

R = 29.34%
G = 39.67%
B = 30.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#8EC096 (or 0x8EC096) is known color: Dark Sea Green. HEX triplet: 8E, C0 and 96. RGB value is (142,192,150). Sum of RGB (Red+Green+Blue) = 142+192+150=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC096 is #713F69. Grayscale: #ACACAC. Windows color (decimal): -7421802 or 9879694. OLE color: 9879694.

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

Color convert

RGB 142 192 150 -
CMYK 0.26 0 0.22 0.25
HSL 129.6º 0.28% 0.65% -
HSV(B) 129.6º 0.26% 0.75% -
XYZ 35.51 45.65 35.79 -
YUV 172.26 115.44 106.42 -
System Red Green Blue C M Y K H S L
Decimal 142 192 150 0.26 0 0.22 0.25 129.6 0.28 0.65
Hex 8E C0 96 1A 0 16 19 82 1C 41
Octal 216 300 226 32 0 26 31 202 34 101
Binary 10001110 11000000 10010110 11010 0 10110 11001 10000010 11100 1000001

Color Harmonies of #8EC096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC096

Black with #8EC096

Text Example


Text Example

White with #8EC096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,192,150); }

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

background-color css

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

 a { background-color: rgb(142,192,150); }

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

border-color css

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

 span { border-color: rgb(142,192,150); }

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