#8DBB90

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

Shades of Dark Sea Green #8DBB90

Tints of Dark Sea Green #8DBB90

Color information

#8DBB90 (or 0x8DBB90) is unknown color: approx Dark Sea Green. HEX triplet: 8D, BB and 90. RGB value is (141,187,144). Sum of RGB (Red+Green+Blue) = 141+187+144=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBB90 is #72446F. Grayscale: #A8A8A8. Windows color (decimal): -7488624 or 9485197. OLE color: 9485197.

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

Color convert

RGB141187144-
CMYK0.2500.230.27
HSL123.91º25.27%64.31%-
HSV(B)123.91º24.6%73.33%-
XYZ33.7943.2232.95-
YUV168.34114.26108.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.87%
GREEN value IS 187 (73.44% from 255) = 39.62%
BLUE value IS 144 (56.64% from 255) = 30.51%
R=29.87%
G=39.62%
B=30.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411871440.2500.230.27123.9125.2764.31
Hex8DBB90190171B7c1940
Octal215273220310273317431100
Binary10001101101110111001000011001010111110111111100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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