#93B394

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

Shades of Dark Sea Green #93B394

Tints of Dark Sea Green #93B394

Color information

#93B394 (or 0x93B394) is unknown color: approx Dark Sea Green. HEX triplet: 93, B3 and 94. RGB value is (147,179,148). Sum of RGB (Red+Green+Blue) = 147+179+148=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 179 - color contains mainly: green. Hex color #93B394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B394 is #6C4C6B. Grayscale: #A5A5A5. Windows color (decimal): -7097452 or 9745299. OLE color: 9745299.

HSL color Cylindrical-coordinate representation of color #93B394: hue angle of 121.87º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93B394 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB147179148-
CMYK0.1800.170.30
HSL121.87º17.39%63.92%-
HSV(B)121.87º17.88%70.2%-
XYZ33.540.5834.08-
YUV165.9117.9114.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.01%
GREEN value IS 179 (70.31% from 255) = 37.76%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=31.01%
G=37.76%
B=31.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1471791480.1800.170.30121.8717.3963.92
Hex93B394120111E7a1140
Octal223263224220213617221100
Binary10010011101100111001010010010010001111101111010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,179,148); }

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

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

 a { background-color: rgb(147,179,148); }

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

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

 span { border-color: rgb(147,179,148); }

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