#8FAF8F

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

Shades of Dark Sea Green #8FAF8F

Tints of Dark Sea Green #8FAF8F

Color information

#8FAF8F (or 0x8FAF8F) is unknown color: approx Dark Sea Green. HEX triplet: 8F, AF and 8F. RGB value is (143,175,143). Sum of RGB (Red+Green+Blue) = 143+175+143=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAF8F is #705070. Grayscale: #A1A1A1. Windows color (decimal): -7360625 or 9416591. OLE color: 9416591.

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

Color convert

RGB143175143-
CMYK0.1800.180.31
HSL120º16.67%62.35%-
HSV(B)120º18.29%68.63%-
XYZ31.6238.4831.75-
YUV161.78117.4114.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.02%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 143 (56.25% from 255) = 31.02%
R=31.02%
G=37.96%
B=31.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431751430.1800.180.3112016.6762.35
Hex8FAF8F120121F78113e
Octal21725721722022371702176
Binary1000111110101111100011111001001001011111111100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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