#88BA8D

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

Shades of Dark Sea Green #88BA8D

Tints of Dark Sea Green #88BA8D

Color information

#88BA8D (or 0x88BA8D) is unknown color: approx Dark Sea Green. HEX triplet: 88, BA and 8D. RGB value is (136,186,141). Sum of RGB (Red+Green+Blue) = 136+186+141=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BA8D is #774572. Grayscale: #A6A6A6. Windows color (decimal): -7816563 or 9288328. OLE color: 9288328.

HSL color Cylindrical-coordinate representation of color #88BA8D: hue angle of 126º 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 #88BA8D is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB136186141-
CMYK0.2700.240.27
HSL126º26.6%63.14%-
HSV(B)126º26.88%72.94%-
XYZ32.5242.2831.65-
YUV165.92113.94106.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.37%
GREEN value IS 186 (73.05% from 255) = 40.17%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=29.37%
G=40.17%
B=30.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361861410.2700.240.2712626.663.14
Hex88BA8D1B0181B7e1b3f
Octal21027221533030331763377
Binary1000100010111010100011011101101100011011111111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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