#8FB488

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

Shades of Dark Sea Green #8FB488

Tints of Dark Sea Green #8FB488

Color information

#8FB488 (or 0x8FB488) is unknown color: approx Dark Sea Green. HEX triplet: 8F, B4 and 88. RGB value is (143,180,136). Sum of RGB (Red+Green+Blue) = 143+180+136=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB488 is #704B77. Grayscale: #A4A4A4. Windows color (decimal): -7359352 or 8959119. OLE color: 8959119.

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

Color convert

RGB143180136-
CMYK0.2100.240.29
HSL110.45º22.68%61.96%-
HSV(B)110.45º24.44%70.59%-
XYZ32.0940.2629.37-
YUV163.92112.24113.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.15%
GREEN value IS 180 (70.70% from 255) = 39.22%
BLUE value IS 136 (53.52% from 255) = 29.63%
R=31.15%
G=39.22%
B=29.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431801360.2100.240.29110.4522.6861.96
Hex8FB488150181D6e173e
Octal21726421025030351562776
Binary1000111110110100100010001010101100011101110111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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