#88BA82

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

Shades of Dark Sea Green #88BA82

Tints of Dark Sea Green #88BA82

Color information

#88BA82 (or 0x88BA82) is unknown color: approx Dark Sea Green. HEX triplet: 88, BA and 82. RGB value is (136,186,130). Sum of RGB (Red+Green+Blue) = 136+186+130=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BA82 is #77457D. Grayscale: #A4A4A4. Windows color (decimal): -7816574 or 8567432. OLE color: 8567432.

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

Color convert

RGB136186130-
CMYK0.2700.300.27
HSL113.57º28.87%61.96%-
HSV(B)113.57º30.11%72.94%-
XYZ31.7441.9627.55-
YUV164.67108.44107.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.09%
GREEN value IS 186 (73.05% from 255) = 41.15%
BLUE value IS 130 (51.17% from 255) = 28.76%
R=30.09%
G=41.15%
B=28.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361861300.2700.300.27113.5728.8761.96
Hex88BA821B01E1B721d3e
Octal21027220233036331623576
Binary1000100010111010100000101101101111011011111001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,186,130); }

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

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

 a { background-color: rgb(136,186,130); }

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

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

 span { border-color: rgb(136,186,130); }

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