#96AEA0

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

Shades of Summer Green #96AEA0

Tints of Summer Green #96AEA0

Color information

#96AEA0 (or 0x96AEA0) is unknown color: approx Summer Green. HEX triplet: 96, AE and A0. RGB value is (150,174,160). Sum of RGB (Red+Green+Blue) = 150+174+160=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 174 - color contains mainly: green. Hex color #96AEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AEA0 is #69515F. Grayscale: #A5A5A5. Windows color (decimal): -6902112 or 10530454. OLE color: 10530454.

HSL color Cylindrical-coordinate representation of color #96AEA0: hue angle of 145º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96AEA0 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB150174160-
CMYK0.1400.080.32
HSL145º12.9%63.53%-
HSV(B)145º13.79%68.24%-
XYZ34.0639.2939.05-
YUV165.23125.05117.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.99%
GREEN value IS 174 (68.36% from 255) = 35.95%
BLUE value IS 160 (62.89% from 255) = 33.06%
R=30.99%
G=35.95%
B=33.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501741600.1400.080.3214512.963.53
Hex96AEA0E082091d40
Octal226256240160104022115100
Binary1001011010101110101000001110010001000001001000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AEA0; }

 p { color: rgb(150,174,160); }

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

<style>
 a { background-color: #96AEA0; }

 a { background-color: rgb(150,174,160); }

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

<style>
 span { border-color: #96AEA0; }

 span { border-color: rgb(150,174,160); }

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