#8FBD88

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

Shades of Dark Sea Green #8FBD88

Tints of Dark Sea Green #8FBD88

Color information

#8FBD88 (or 0x8FBD88) is unknown color: approx Dark Sea Green. HEX triplet: 8F, BD and 88. RGB value is (143,189,136). Sum of RGB (Red+Green+Blue) = 143+189+136=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBD88 is #704277. Grayscale: #A9A9A9. Windows color (decimal): -7357048 or 8961423. OLE color: 8961423.

HSL color Cylindrical-coordinate representation of color #8FBD88: hue angle of 112.08º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FBD88 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB143189136-
CMYK0.2400.280.26
HSL112.08º28.65%63.73%-
HSV(B)112.08º28.04%74.12%-
XYZ33.9744.0130-
YUV169.2109.26109.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.56%
GREEN value IS 189 (74.22% from 255) = 40.38%
BLUE value IS 136 (53.52% from 255) = 29.06%
R=30.56%
G=40.38%
B=29.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431891360.2400.280.26112.0828.6563.73
Hex8FBD881801C1A701d40
Octal217275210300343216035100
Binary10001111101111011000100011000011100110101110000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,189,136); }

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

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

 a { background-color: rgb(143,189,136); }

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

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

 span { border-color: rgb(143,189,136); }

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