#8FB595

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

Shades of Dark Sea Green #8FB595

Tints of Dark Sea Green #8FB595

Color information

#8FB595 (or 0x8FB595) is unknown color: approx Dark Sea Green. HEX triplet: 8F, B5 and 95. RGB value is (143,181,149). Sum of RGB (Red+Green+Blue) = 143+181+149=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB595 is #704A6A. Grayscale: #A6A6A6. Windows color (decimal): -7359083 or 9811343. OLE color: 9811343.

HSL color Cylindrical-coordinate representation of color #8FB595: hue angle of 129.47º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FB595 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB143181149-
CMYK0.2100.180.29
HSL129.47º20.43%63.53%-
HSV(B)129.47º20.99%70.98%-
XYZ33.2841.0634.6-
YUV165.99118.41111.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.23%
GREEN value IS 181 (71.09% from 255) = 38.27%
BLUE value IS 149 (58.59% from 255) = 31.50%
R=30.23%
G=38.27%
B=31.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431811490.2100.180.29129.4720.4363.53
Hex8FB595150121D811440
Octal217265225250223520124100
Binary100011111011010110010101101010100101110110000001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,181,149); }

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

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

 a { background-color: rgb(143,181,149); }

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

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

 span { border-color: rgb(143,181,149); }

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