Html Css Color HEX #8EBB94 Dark Sea Green

📋 copy color: '#8EBB94'

red 142 ◦ green 187 ◦ blue 148

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

Shades of Dark Sea Green #8EBB94

Tints of Dark Sea Green #8EBB94

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.2%

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

R = 29.77%
G = 39.2%
B = 31.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#8EBB94 (or 0x8EBB94) is known color: Dark Sea Green. HEX triplet: 8E, BB and 94. RGB value is (142,187,148). Sum of RGB (Red+Green+Blue) = 142+187+148=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #8EBB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBB94 is #71446B. Grayscale: #A9A9A9. Windows color (decimal): -7423084 or 9747342. OLE color: 9747342.

HSL color Cylindrical-coordinate representation of color #8EBB94: hue angle of 128º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EBB94 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 187 148 -
CMYK 0.24 0 0.21 0.27
HSL 128º 0.25% 0.65% -
HSV(B) 128º 0.24% 0.73% -
XYZ 34.27 43.43 34.59 -
YUV 169.1 116.09 108.67 -
System Red Green Blue C M Y K H S L
Decimal 142 187 148 0.24 0 0.21 0.27 128 0.25 0.65
Hex 8E BB 94 18 0 15 1B 80 19 41
Octal 216 273 224 30 0 25 33 200 31 101
Binary 10001110 10111011 10010100 11000 0 10101 11011 10000000 11001 1000001

Color Harmonies of #8EBB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBB94

Black with #8EBB94

Text Example


Text Example

White with #8EBB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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