#95AB9A

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

Shades of Edward #95AB9A

Tints of Edward #95AB9A

Color information

#95AB9A (or 0x95AB9A) is unknown color: approx Edward. HEX triplet: 95, AB and 9A. RGB value is (149,171,154). Sum of RGB (Red+Green+Blue) = 149+171+154=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 171 - color contains mainly: green. Hex color #95AB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AB9A is #6A5465. Grayscale: #A2A2A2. Windows color (decimal): -6968422 or 10136469. OLE color: 10136469.

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

Color convert

RGB149171154-
CMYK0.1300.100.33
HSL133.64º11.58%62.75%-
HSV(B)133.64º12.87%67.06%-
XYZ32.7937.8536.15-
YUV162.48123.21118.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.43%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 154 (60.55% from 255) = 32.49%
R=31.43%
G=36.08%
B=32.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491711540.1300.100.33133.6411.5862.75
Hex95AB9AD0A2186c3f
Octal22525323215012412061477
Binary100101011010101110011010110101010100001100001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,171,154); }

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

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

 a { background-color: rgb(149,171,154); }

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

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

 span { border-color: rgb(149,171,154); }

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