Html Css Color HEX #95AD9A Edward

📋 copy color: '#95AD9A'

red 149 ◦ green 173 ◦ blue 154

#95AD9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edward #95AD9A

Tints of Edward #95AD9A

RGB

 RED value IS 149 (58.59% from 255) = 31.3%

 GREEN value IS 173 (67.97% from 255) = 36.34%

 BLUE value IS 154 (60.55% from 255) = 32.35%

R = 31.3%
G = 36.34%
B = 32.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#95AD9A (or 0x95AD9A) is known color: Edward. HEX triplet: 95, AD and 9A. RGB value is (149,173,154). Sum of RGB (Red+Green+Blue) = 149+173+154=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AD9A is #6A5265. Grayscale: #A3A3A3. Windows color (decimal): -6967910 or 10136981. OLE color: 10136981.

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

Color convert

RGB 149 173 154 -
CMYK 0.14 0 0.11 0.32
HSL 132.5º 0.13% 0.63% -
HSV(B) 132.5º 0.14% 0.68% -
XYZ 33.17 38.61 36.28 -
YUV 163.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 149 173 154 0.14 0 0.11 0.32 132.5 0.13 0.63
Hex 95 AD 9A E 0 B 20 84 D 3F
Octal 225 255 232 16 0 13 40 204 15 77
Binary 10010101 10101101 10011010 1110 0 1011 100000 10000100 1101 111111

Color Harmonies of #95AD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AD9A

Black with #95AD9A

Text Example


Text Example

White with #95AD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95AD9A;
 }
 .AnyTagClassName
 {
   color: #95AD9A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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