#8FAF8E

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

Shades of Dark Sea Green #8FAF8E

Tints of Dark Sea Green #8FAF8E

Color information

#8FAF8E (or 0x8FAF8E) is unknown color: approx Dark Sea Green. HEX triplet: 8F, AF and 8E. RGB value is (143,175,142). Sum of RGB (Red+Green+Blue) = 143+175+142=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAF8E is #705071. Grayscale: #A1A1A1. Windows color (decimal): -7360626 or 9351055. OLE color: 9351055.

HSL color Cylindrical-coordinate representation of color #8FAF8E: hue angle of 118.18º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8FAF8E is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB143175142-
CMYK0.1800.190.31
HSL118.18º17.1%62.16%-
HSV(B)118.18º18.86%68.63%-
XYZ31.5438.4531.35-
YUV161.67116.9114.68-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.09%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 142 (55.86% from 255) = 30.87%
R=31.09%
G=38.04%
B=30.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431751420.1800.190.31118.1817.162.16
Hex8FAF8E120131F76113e
Octal21725721622023371662176
Binary1000111110101111100011101001001001111111111011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,175,142); }

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

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

 a { background-color: rgb(143,175,142); }

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

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

 span { border-color: rgb(143,175,142); }

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