#94B495

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

Shades of Dark Sea Green #94B495

Tints of Dark Sea Green #94B495

Color information

#94B495 (or 0x94B495) is unknown color: approx Dark Sea Green. HEX triplet: 94, B4 and 95. RGB value is (148,180,149). Sum of RGB (Red+Green+Blue) = 148+180+149=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #94B495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B495 is #6B4B6A. Grayscale: #A6A6A6. Windows color (decimal): -7031659 or 9811092. OLE color: 9811092.

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

Color convert

RGB148180149-
CMYK0.1800.170.29
HSL121.87º17.58%64.31%-
HSV(B)121.87º17.78%70.59%-
XYZ33.9641.1134.58-
YUV166.9117.9114.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 180 (70.70% from 255) = 37.74%
BLUE value IS 149 (58.59% from 255) = 31.24%
R=31.03%
G=37.74%
B=31.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481801490.1800.170.29121.8717.5864.31
Hex94B495120111D7a1240
Octal224264225220213517222100
Binary10010100101101001001010110010010001111011111010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,180,149); }

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

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

 a { background-color: rgb(148,180,149); }

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

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

 span { border-color: rgb(148,180,149); }

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