#88BB8A

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

Shades of Dark Sea Green #88BB8A

Tints of Dark Sea Green #88BB8A

Color information

#88BB8A (or 0x88BB8A) is unknown color: approx Dark Sea Green. HEX triplet: 88, BB and 8A. RGB value is (136,187,138). Sum of RGB (Red+Green+Blue) = 136+187+138=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 187 - color contains mainly: green. Hex color #88BB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BB8A is #774475. Grayscale: #A6A6A6. Windows color (decimal): -7816310 or 9091976. OLE color: 9091976.

HSL color Cylindrical-coordinate representation of color #88BB8A: hue angle of 122.35º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88BB8A is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB136187138-
CMYK0.2700.260.27
HSL122.35º27.27%63.33%-
HSV(B)122.35º27.27%73.33%-
XYZ32.5142.6130.56-
YUV166.16112.1106.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.50%
GREEN value IS 187 (73.44% from 255) = 40.56%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=29.50%
G=40.56%
B=29.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361871380.2700.260.27122.3527.2763.33
Hex88BB8A1B01A1B7a1b3f
Octal21027321233032331723377
Binary1000100010111011100010101101101101011011111101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,187,138); }

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

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

 a { background-color: rgb(136,187,138); }

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

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

 span { border-color: rgb(136,187,138); }

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