Html Css Color HEX #8ABF80 Dark Sea Green

📋 copy color: '#8ABF80'

red 138 ◦ green 191 ◦ blue 128

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

Shades of Dark Sea Green #8ABF80

Tints of Dark Sea Green #8ABF80

RGB

 RED value IS 138 (54.3% from 255) = 30.2%

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

 BLUE value IS 128 (50.39% from 255) = 28.01%

R = 30.2%
G = 41.79%
B = 28.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#8ABF80 (or 0x8ABF80) is known color: Dark Sea Green. HEX triplet: 8A, BF and 80. RGB value is (138,191,128). Sum of RGB (Red+Green+Blue) = 138+191+128=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABF80 is #75407F. Grayscale: #A8A8A8. Windows color (decimal): -7684224 or 8437642. OLE color: 8437642.

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

Color convert

RGB 138 191 128 -
CMYK 0.28 0 0.33 0.25
HSL 110.48º 0.33% 0.63% -
HSV(B) 110.48º 0.33% 0.75% -
XYZ 33.01 44.22 27.22 -
YUV 167.97 105.44 106.62 -
System Red Green Blue C M Y K H S L
Decimal 138 191 128 0.28 0 0.33 0.25 110.48 0.33 0.63
Hex 8A BF 80 1C 0 21 19 6E 21 3F
Octal 212 277 200 34 0 41 31 156 41 77
Binary 10001010 10111111 10000000 11100 0 100001 11001 1101110 100001 111111

Color Harmonies of #8ABF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABF80

Black with #8ABF80

Text Example


Text Example

White with #8ABF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,191,128); }

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

background-color css

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

 a { background-color: rgb(138,191,128); }

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

border-color css

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

 span { border-color: rgb(138,191,128); }

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