#8DBA90

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

Shades of Dark Sea Green #8DBA90

Tints of Dark Sea Green #8DBA90

Color information

#8DBA90 (or 0x8DBA90) is unknown color: approx Dark Sea Green. HEX triplet: 8D, BA and 90. RGB value is (141,186,144). Sum of RGB (Red+Green+Blue) = 141+186+144=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBA90 is #72456F. Grayscale: #A7A7A7. Windows color (decimal): -7488880 or 9484941. OLE color: 9484941.

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

Color convert

RGB141186144-
CMYK0.2400.230.27
HSL124º24.59%64.12%-
HSV(B)124º24.19%72.94%-
XYZ33.5842.7932.88-
YUV167.76114.59108.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.94%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 144 (56.64% from 255) = 30.57%
R=29.94%
G=39.49%
B=30.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411861440.2400.230.2712424.5964.12
Hex8DBA90180171B7c1940
Octal215272220300273317431100
Binary10001101101110101001000011000010111110111111100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,186,144); }

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

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

 a { background-color: rgb(141,186,144); }

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

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

 span { border-color: rgb(141,186,144); }

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