#93B094

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

Shades of Dark Sea Green #93B094

Tints of Dark Sea Green #93B094

Color information

#93B094 (or 0x93B094) is unknown color: approx Dark Sea Green. HEX triplet: 93, B0 and 94. RGB value is (147,176,148). Sum of RGB (Red+Green+Blue) = 147+176+148=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 176 - color contains mainly: green. Hex color #93B094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93B094 is #6C4F6B. Grayscale: #A4A4A4. Windows color (decimal): -7098220 or 9744531. OLE color: 9744531.

HSL color Cylindrical-coordinate representation of color #93B094: hue angle of 122.07º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93B094 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB147176148-
CMYK0.1600.160.31
HSL122.07º15.51%63.33%-
HSV(B)122.07º16.48%69.02%-
XYZ32.939.3933.89-
YUV164.14118.89115.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.21%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=31.21%
G=37.37%
B=31.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471761480.1600.160.31122.0715.5163.33
Hex93B094100101F7a103f
Octal22326022420020371722077
Binary1001001110110000100101001000001000011111111101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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