#8DBB80

Color #8DBB80 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #8DBB80

Tints of Dark Sea Green #8DBB80

Color information

#8DBB80 (or 0x8DBB80) is unknown color: approx Dark Sea Green. HEX triplet: 8D, BB and 80. RGB value is (141,187,128). Sum of RGB (Red+Green+Blue) = 141+187+128=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBB80 is #72447F. Grayscale: #A6A6A6. Windows color (decimal): -7488640 or 8436621. OLE color: 8436621.

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

Color convert

RGB141187128-
CMYK0.2500.320.27
HSL106.78º30.26%61.76%-
HSV(B)106.78º31.55%73.33%-
XYZ32.6542.7626.96-
YUV166.52106.26109.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.92%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 128 (50.39% from 255) = 28.07%
R=30.92%
G=41.01%
B=28.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411871280.2500.320.27106.7830.2661.76
Hex8DBB80190201B6b1e3e
Octal21527320031040331533676
Binary10001101101110111000000011001010000011011110101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,187,128); }

 H1.HeaderClassName
 {
   color: #8DBB80;
 }
 .AnyTagClassName
 {
   color: #8DBB80;
 }
</style>
background-color css

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

 a { background-color: rgb(141,187,128); }

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

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

 span { border-color: rgb(141,187,128); }

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