#88B486

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

Shades of Dark Sea Green #88B486

Tints of Dark Sea Green #88B486

Color information

#88B486 (or 0x88B486) is unknown color: approx Dark Sea Green. HEX triplet: 88, B4 and 86. RGB value is (136,180,134). Sum of RGB (Red+Green+Blue) = 136+180+134=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #88B486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B486 is #774B79. Grayscale: #A1A1A1. Windows color (decimal): -7818106 or 8828040. OLE color: 8828040.

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

Color convert

RGB136180134-
CMYK0.2400.260.29
HSL117.39º23.47%61.57%-
HSV(B)117.39º25.56%70.59%-
XYZ30.7839.628.58-
YUV161.6112.42109.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.22%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 134 (52.73% from 255) = 29.78%
R=30.22%
G=40%
B=29.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361801340.2400.260.29117.3923.4761.57
Hex88B4861801A1D75173e
Octal21026420630032351652776
Binary1000100010110100100001101100001101011101111010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88B486; }

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

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

<style>
 a { background-color: #88B486; }

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

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

<style>
 span { border-color: #88B486; }

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

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