Html Css Color HEX #95AF9B Edward

📋 copy color: '#95AF9B'

red 149 ◦ green 175 ◦ blue 155

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

Shades of Edward #95AF9B

Tints of Edward #95AF9B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.53%

 BLUE value IS 155 (60.94% from 255) = 32.36%

R = 31.11%
G = 36.53%
B = 32.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#95AF9B (or 0x95AF9B) is known color: Edward. HEX triplet: 95, AF and 9B. RGB value is (149,175,155). Sum of RGB (Red+Green+Blue) = 149+175+155=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AF9B is #6A5064. Grayscale: #A5A5A5. Windows color (decimal): -6967397 or 10203029. OLE color: 10203029.

HSL color Cylindrical-coordinate representation of color #95AF9B: hue angle of 133.85º 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 #95AF9B is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 175 155 -
CMYK 0.15 0 0.11 0.31
HSL 133.85º 0.14% 0.64% -
HSV(B) 133.85º 0.15% 0.69% -
XYZ 33.64 39.42 36.85 -
YUV 164.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 149 175 155 0.15 0 0.11 0.31 133.85 0.14 0.64
Hex 95 AF 9B F 0 B 1F 86 E 40
Octal 225 257 233 17 0 13 37 206 16 100
Binary 10010101 10101111 10011011 1111 0 1011 11111 10000110 1110 1000000

Color Harmonies of #95AF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AF9B

Black with #95AF9B

Text Example


Text Example

White with #95AF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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