#94AE9B

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

Shades of Summer Green #94AE9B

Tints of Summer Green #94AE9B

Color information

#94AE9B (or 0x94AE9B) is unknown color: approx Summer Green. HEX triplet: 94, AE and 9B. RGB value is (148,174,155). Sum of RGB (Red+Green+Blue) = 148+174+155=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AE9B is #6B5164. Grayscale: #A4A4A4. Windows color (decimal): -7033189 or 10202772. OLE color: 10202772.

HSL color Cylindrical-coordinate representation of color #94AE9B: hue angle of 136.15º 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 #94AE9B is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB148174155-
CMYK0.1500.110.32
HSL136.15º13.83%63.14%-
HSV(B)136.15º14.94%68.24%-
XYZ33.2738.9336.77-
YUV164.06122.89116.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 174 (68.36% from 255) = 36.48%
BLUE value IS 155 (60.94% from 255) = 32.49%
R=31.03%
G=36.48%
B=32.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481741550.1500.110.32136.1513.8363.14
Hex94AE9BF0B2088e3f
Octal22425623317013402101677
Binary100101001010111010011011111101011100000100010001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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