#95AC9C

Color #95AC9C Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #95AC9C

Tints of Edward #95AC9C

Color information

#95AC9C (or 0x95AC9C) is unknown color: approx Edward. HEX triplet: 95, AC and 9C. RGB value is (149,172,156). Sum of RGB (Red+Green+Blue) = 149+172+156=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 172 - color contains mainly: green. Hex color #95AC9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AC9C is #6A5363. Grayscale: #A3A3A3. Windows color (decimal): -6968164 or 10267797. OLE color: 10267797.

HSL color Cylindrical-coordinate representation of color #95AC9C: hue angle of 138.26º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #95AC9C is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB149172156-
CMYK0.1300.090.33
HSL138.26º12.17%62.94%-
HSV(B)138.26º13.37%67.45%-
XYZ33.1538.2937.1-
YUV163.3123.88117.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.24%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 156 (61.33% from 255) = 32.70%
R=31.24%
G=36.06%
B=32.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491721560.1300.090.33138.2612.1762.94
Hex95AC9CD09218ac3f
Octal22525423415011412121477
Binary100101011010110010011100110101001100001100010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AC9C; }

 p { color: rgb(149,172,156); }

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

<style>
 a { background-color: #95AC9C; }

 a { background-color: rgb(149,172,156); }

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

<style>
 span { border-color: #95AC9C; }

 span { border-color: rgb(149,172,156); }

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