#88B080

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

Shades of Dark Sea Green #88B080

Tints of Dark Sea Green #88B080

Color information

#88B080 (or 0x88B080) is unknown color: approx Dark Sea Green. HEX triplet: 88, B0 and 80. RGB value is (136,176,128). Sum of RGB (Red+Green+Blue) = 136+176+128=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #88B080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B080 is #774F7F. Grayscale: #9E9E9E. Windows color (decimal): -7819136 or 8433800. OLE color: 8433800.

HSL color Cylindrical-coordinate representation of color #88B080: hue angle of 110º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88B080 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB136176128-
CMYK0.2300.270.31
HSL110º23.3%59.61%-
HSV(B)110º27.27%69.02%-
XYZ29.5737.8426.17-
YUV158.57110.75111.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.91%
GREEN value IS 176 (69.14% from 255) = 40%
BLUE value IS 128 (50.39% from 255) = 29.09%
R=30.91%
G=40%
B=29.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361761280.2300.270.3111023.359.61
Hex88B0801701B1F6e173c
Octal21026020027033371562774
Binary1000100010110000100000001011101101111111110111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,176,128); }

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

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

 a { background-color: rgb(136,176,128); }

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

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

 span { border-color: rgb(136,176,128); }

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