#94B393

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

Shades of Dark Sea Green #94B393

Tints of Dark Sea Green #94B393

Color information

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

HSL color Cylindrical-coordinate representation of color #94B393: hue angle of 118.12º 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 #94B393 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB148179147-
CMYK0.1700.180.30
HSL118.12º17.39%63.92%-
HSV(B)118.12º17.88%70.2%-
XYZ33.640.6433.68-
YUV166.08117.23115.1-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1481791470.1700.180.30118.1217.3963.92
Hex94B393110121E761140
Octal224263223210223616621100
Binary10010100101100111001001110001010010111101110110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B393; }

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

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

<style>
 a { background-color: #94B393; }

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

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

<style>
 span { border-color: #94B393; }

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

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