#94AE9C

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

Shades of Summer Green #94AE9C

Tints of Summer Green #94AE9C

Color information

#94AE9C (or 0x94AE9C) is unknown color: approx Summer Green. HEX triplet: 94, AE and 9C. RGB value is (148,174,156). Sum of RGB (Red+Green+Blue) = 148+174+156=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AE9C is #6B5163. Grayscale: #A4A4A4. Windows color (decimal): -7033188 or 10268308. OLE color: 10268308.

HSL color Cylindrical-coordinate representation of color #94AE9C: hue angle of 138.46º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94AE9C is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB148174156-
CMYK0.1500.100.32
HSL138.46º13.83%63.14%-
HSV(B)138.46º14.94%68.24%-
XYZ33.3538.9737.22-
YUV164.17123.39116.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.96%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 156 (61.33% from 255) = 32.64%
R=30.96%
G=36.40%
B=32.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481741560.1500.100.32138.4613.8363.14
Hex94AE9CF0A208ae3f
Octal22425623417012402121677
Binary100101001010111010011100111101010100000100010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,174,156); }

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

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

 a { background-color: rgb(148,174,156); }

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

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

 span { border-color: rgb(148,174,156); }

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