#8FBE96

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

Shades of Dark Sea Green #8FBE96

Tints of Dark Sea Green #8FBE96

Color information

#8FBE96 (or 0x8FBE96) is unknown color: approx Dark Sea Green. HEX triplet: 8F, BE and 96. RGB value is (143,190,150). Sum of RGB (Red+Green+Blue) = 143+190+150=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBE96 is #704169. Grayscale: #ABABAB. Windows color (decimal): -7356778 or 9879183. OLE color: 9879183.

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

Color convert

RGB143190150-
CMYK0.2500.210.25
HSL128.94º26.55%65.29%-
HSV(B)128.94º24.74%74.51%-
XYZ35.2544.8735.66-
YUV171.39115.93107.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.61%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 150 (58.98% from 255) = 31.06%
R=29.61%
G=39.34%
B=31.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431901500.2500.210.25128.9426.5565.29
Hex8FBE961901519811b41
Octal217276226310253120133101
Binary100011111011111010010110110010101011100110000001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,190,150); }

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

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

 a { background-color: rgb(143,190,150); }

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

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

 span { border-color: rgb(143,190,150); }

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