#95AF9A

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

Shades of Edward #95AF9A

Tints of Edward #95AF9A

Color information

#95AF9A (or 0x95AF9A) is unknown color: approx Edward. HEX triplet: 95, AF and 9A. RGB value is (149,175,154). Sum of RGB (Red+Green+Blue) = 149+175+154=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AF9A is #6A5065. Grayscale: #A4A4A4. Windows color (decimal): -6967398 or 10137493. OLE color: 10137493.

HSL color Cylindrical-coordinate representation of color #95AF9A: hue angle of 131.54º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95AF9A is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB149175154-
CMYK0.1500.120.31
HSL131.54º13.98%63.53%-
HSV(B)131.54º14.86%68.63%-
XYZ33.5639.3836.4-
YUV164.83121.89116.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 154 (60.55% from 255) = 32.22%
R=31.17%
G=36.61%
B=32.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491751540.1500.120.31131.5413.9863.53
Hex95AF9AF0C1F84e40
Octal225257232170143720416100
Binary100101011010111110011010111101100111111000010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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