#88C392

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

Shades of Dark Sea Green #88C392

Tints of Dark Sea Green #88C392

Color information

#88C392 (or 0x88C392) is unknown color: approx Dark Sea Green. HEX triplet: 88, C3 and 92. RGB value is (136,195,146). Sum of RGB (Red+Green+Blue) = 136+195+146=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #88C392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C392 is #773C6D. Grayscale: #ABABAB. Windows color (decimal): -7814254 or 9618312. OLE color: 9618312.

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

Color convert

RGB136195146-
CMYK0.3000.250.24
HSL130.17º32.96%64.9%-
HSV(B)130.17º30.26%76.47%-
XYZ34.8646.3434.3-
YUV171.77113.45102.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.51%
GREEN value IS 195 (76.56% from 255) = 40.88%
BLUE value IS 146 (57.42% from 255) = 30.61%
R=28.51%
G=40.88%
B=30.61%

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
Decimal1361951460.3000.250.24130.1732.9664.9
Hex88C3921E01918822141
Octal210303222360313020241101
Binary1000100011000011100100101111001100111000100000101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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