#88B88D

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

Shades of Dark Sea Green #88B88D

Tints of Dark Sea Green #88B88D

Color information

#88B88D (or 0x88B88D) is unknown color: approx Dark Sea Green. HEX triplet: 88, B8 and 8D. RGB value is (136,184,141). Sum of RGB (Red+Green+Blue) = 136+184+141=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 184 - color contains mainly: green. Hex color #88B88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B88D is #774772. Grayscale: #A4A4A4. Windows color (decimal): -7817075 or 9287816. OLE color: 9287816.

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

Color convert

RGB136184141-
CMYK0.2600.230.28
HSL126.25º25.26%62.75%-
HSV(B)126.25º26.09%72.16%-
XYZ32.141.4431.51-
YUV164.75114.6107.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.50%
GREEN value IS 184 (72.27% from 255) = 39.91%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=29.50%
G=39.91%
B=30.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1361841410.2600.230.28126.2525.2662.75
Hex88B88D1A0171C7e193f
Octal21027021532027341763177
Binary1000100010111000100011011101001011111100111111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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