#95AC98

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

Shades of Edward #95AC98

Tints of Edward #95AC98

Color information

#95AC98 (or 0x95AC98) is unknown color: approx Edward. HEX triplet: 95, AC and 98. RGB value is (149,172,152). Sum of RGB (Red+Green+Blue) = 149+172+152=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 172 - color contains mainly: green. Hex color #95AC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AC98 is #6A5367. Grayscale: #A2A2A2. Windows color (decimal): -6968168 or 10005653. OLE color: 10005653.

HSL color Cylindrical-coordinate representation of color #95AC98: hue angle of 127.83º 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 #95AC98 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB149172152-
CMYK0.1300.120.33
HSL127.83º12.17%62.94%-
HSV(B)127.83º13.37%67.45%-
XYZ32.8138.1635.34-
YUV162.84121.88118.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.50%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 152 (59.77% from 255) = 32.14%
R=31.50%
G=36.36%
B=32.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491721520.1300.120.33127.8312.1762.94
Hex95AC98D0C2180c3f
Octal22525423015014412001477
Binary100101011010110010011000110101100100001100000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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