Html Css Color HEX #8EBF95 Dark Sea Green

📋 copy color: '#8EBF95'

red 142 ◦ green 191 ◦ blue 149

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

Shades of Dark Sea Green #8EBF95

Tints of Dark Sea Green #8EBF95

RGB

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

 GREEN value IS 191 (75% from 255) = 39.63%

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

R = 29.46%
G = 39.63%
B = 30.91%

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

#8EBF95 (or 0x8EBF95) is known color: Dark Sea Green. HEX triplet: 8E, BF and 95. RGB value is (142,191,149). Sum of RGB (Red+Green+Blue) = 142+191+149=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #8EBF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBF95 is #71406A. Grayscale: #ABABAB. Windows color (decimal): -7422059 or 9813902. OLE color: 9813902.

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

Color convert

RGB 142 191 149 -
CMYK 0.26 0 0.22 0.25
HSL 128.57º 0.28% 0.65% -
HSV(B) 128.57º 0.26% 0.75% -
XYZ 35.21 45.18 35.3 -
YUV 171.56 115.27 106.92 -
System Red Green Blue C M Y K H S L
Decimal 142 191 149 0.26 0 0.22 0.25 128.57 0.28 0.65
Hex 8E BF 95 1A 0 16 19 81 1C 41
Octal 216 277 225 32 0 26 31 201 34 101
Binary 10001110 10111111 10010101 11010 0 10110 11001 10000001 11100 1000001

Color Harmonies of #8EBF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBF95

Black with #8EBF95

Text Example


Text Example

White with #8EBF95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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