Html Css Color HEX #8AB980 Dark Sea Green

📋 copy color: '#8AB980'

red 138 ◦ green 185 ◦ blue 128

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

Shades of Dark Sea Green #8AB980

Tints of Dark Sea Green #8AB980

RGB

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

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

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

R = 30.6%
G = 41.02%
B = 28.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#8AB980 (or 0x8AB980) is known color: Dark Sea Green. HEX triplet: 8A, B9 and 80. RGB value is (138,185,128). Sum of RGB (Red+Green+Blue) = 138+185+128=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB980 is #75467F. Grayscale: #A4A4A4. Windows color (decimal): -7685760 or 8436106. OLE color: 8436106.

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

Color convert

RGB 138 185 128 -
CMYK 0.25 0 0.31 0.27
HSL 109.47º 0.29% 0.61% -
HSV(B) 109.47º 0.31% 0.73% -
XYZ 31.73 41.66 26.79 -
YUV 164.45 107.43 109.13 -
System Red Green Blue C M Y K H S L
Decimal 138 185 128 0.25 0 0.31 0.27 109.47 0.29 0.61
Hex 8A B9 80 19 0 1F 1B 6D 1D 3D
Octal 212 271 200 31 0 37 33 155 35 75
Binary 10001010 10111001 10000000 11001 0 11111 11011 1101101 11101 111101

Color Harmonies of #8AB980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB980

Black with #8AB980

Text Example


Text Example

White with #8AB980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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