#94AA9D

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

Shades of Summer Green #94AA9D

Tints of Summer Green #94AA9D

Color information

#94AA9D (or 0x94AA9D) is unknown color: approx Summer Green. HEX triplet: 94, AA and 9D. RGB value is (148,170,157). Sum of RGB (Red+Green+Blue) = 148+170+157=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AA9D is #6B5562. Grayscale: #A1A1A1. Windows color (decimal): -7034211 or 10332820. OLE color: 10332820.

HSL color Cylindrical-coordinate representation of color #94AA9D: hue angle of 144.55º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94AA9D is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB148170157-
CMYK0.1300.080.33
HSL144.55º11.46%62.35%-
HSV(B)144.55º12.94%66.67%-
XYZ32.6737.4837.41-
YUV161.94125.21118.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.16%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=31.16%
G=35.79%
B=33.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481701570.1300.080.33144.5511.4662.35
Hex94AA9DD082191b3e
Octal22425223515010412211376
Binary100101001010101010011101110101000100001100100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,170,157); }

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

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

 a { background-color: rgb(148,170,157); }

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

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

 span { border-color: rgb(148,170,157); }

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