#93B58D

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

Shades of Dark Sea Green #93B58D

Tints of Dark Sea Green #93B58D

Color information

#93B58D (or 0x93B58D) is unknown color: approx Dark Sea Green. HEX triplet: 93, B5 and 8D. RGB value is (147,181,141). Sum of RGB (Red+Green+Blue) = 147+181+141=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #93B58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B58D is #6C4A72. Grayscale: #A6A6A6. Windows color (decimal): -7096947 or 9287059. OLE color: 9287059.

HSL color Cylindrical-coordinate representation of color #93B58D: hue angle of 111º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93B58D is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB147181141-
CMYK0.1900.220.29
HSL111º21.28%63.14%-
HSV(B)111º22.1%70.98%-
XYZ33.3641.1731.39-
YUV166.27113.74114.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.34%
GREEN value IS 181 (71.09% from 255) = 38.59%
BLUE value IS 141 (55.47% from 255) = 30.06%
R=31.34%
G=38.59%
B=30.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471811410.1900.220.2911121.2863.14
Hex93B58D130161D6f153f
Octal22326521523026351572577
Binary1001001110110101100011011001101011011101110111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93B58D; }

 p { color: rgb(147,181,141); }

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

<style>
 a { background-color: #93B58D; }

 a { background-color: rgb(147,181,141); }

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

<style>
 span { border-color: #93B58D; }

 span { border-color: rgb(147,181,141); }

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