#88C393

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

Shades of Dark Sea Green #88C393

Tints of Dark Sea Green #88C393

Color information

#88C393 (or 0x88C393) is unknown color: approx Dark Sea Green. HEX triplet: 88, C3 and 93. RGB value is (136,195,147). Sum of RGB (Red+Green+Blue) = 136+195+147=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #88C393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C393 is #773C6C. Grayscale: #ACACAC. Windows color (decimal): -7814253 or 9683848. OLE color: 9683848.

HSL color Cylindrical-coordinate representation of color #88C393: hue angle of 131.19º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88C393 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB136195147-
CMYK0.3000.250.24
HSL131.19º32.96%64.9%-
HSV(B)131.19º30.26%76.47%-
XYZ34.9346.3734.71-
YUV171.89113.95102.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.45%
GREEN value IS 195 (76.56% from 255) = 40.79%
BLUE value IS 147 (57.81% from 255) = 30.75%
R=28.45%
G=40.79%
B=30.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361951470.3000.250.24131.1932.9664.9
Hex88C3931E01918832141
Octal210303223360313020341101
Binary1000100011000011100100111111001100111000100000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,195,147); }

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

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

 a { background-color: rgb(136,195,147); }

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

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

 span { border-color: rgb(136,195,147); }

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