#88B286

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

Shades of Dark Sea Green #88B286

Tints of Dark Sea Green #88B286

Color information

#88B286 (or 0x88B286) is unknown color: approx Dark Sea Green. HEX triplet: 88, B2 and 86. RGB value is (136,178,134). Sum of RGB (Red+Green+Blue) = 136+178+134=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 178 - color contains mainly: green. Hex color #88B286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B286 is #774D79. Grayscale: #A0A0A0. Windows color (decimal): -7818618 or 8827528. OLE color: 8827528.

HSL color Cylindrical-coordinate representation of color #88B286: hue angle of 117.27º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #88B286 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB136178134-
CMYK0.2400.250.30
HSL117.27º22.22%61.18%-
HSV(B)117.27º24.72%69.8%-
XYZ30.3838.828.44-
YUV160.43113.09110.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.36%
GREEN value IS 178 (69.92% from 255) = 39.73%
BLUE value IS 134 (52.73% from 255) = 29.91%
R=30.36%
G=39.73%
B=29.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1361781340.2400.250.30117.2722.2261.18
Hex88B286180191E75163d
Octal21026220630031361652675
Binary1000100010110010100001101100001100111110111010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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