#8DBB95

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

Shades of Dark Sea Green #8DBB95

Tints of Dark Sea Green #8DBB95

Color information

#8DBB95 (or 0x8DBB95) is unknown color: approx Dark Sea Green. HEX triplet: 8D, BB and 95. RGB value is (141,187,149). Sum of RGB (Red+Green+Blue) = 141+187+149=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBB95 is #72446A. Grayscale: #A9A9A9. Windows color (decimal): -7488619 or 9812877. OLE color: 9812877.

HSL color Cylindrical-coordinate representation of color #8DBB95: hue angle of 130.43º 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 #8DBB95 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB141187149-
CMYK0.2500.200.27
HSL130.43º25.27%64.31%-
HSV(B)130.43º24.6%73.33%-
XYZ34.1843.3735-
YUV168.91116.76108.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.56%
GREEN value IS 187 (73.44% from 255) = 39.20%
BLUE value IS 149 (58.59% from 255) = 31.24%
R=29.56%
G=39.20%
B=31.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411871490.2500.200.27130.4325.2764.31
Hex8DBB95190141B821940
Octal215273225310243320231100
Binary100011011011101110010101110010101001101110000010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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