Html Css Color HEX #95AA98 Edward

📋 copy color: '#95AA98'

red 149 ◦ green 170 ◦ blue 152

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

Shades of Edward #95AA98

Tints of Edward #95AA98

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.09%

 BLUE value IS 152 (59.77% from 255) = 32.27%

R = 31.63%
G = 36.09%
B = 32.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#95AA98 (or 0x95AA98) is known color: Edward. HEX triplet: 95, AA and 98. RGB value is (149,170,152). Sum of RGB (Red+Green+Blue) = 149+170+152=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AA98 is #6A5567. Grayscale: #A1A1A1. Windows color (decimal): -6968680 or 10005141. OLE color: 10005141.

HSL color Cylindrical-coordinate representation of color #95AA98: hue angle of 128.57º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #95AA98 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 170 152 -
CMYK 0.12 0 0.11 0.33
HSL 128.57º 0.11% 0.63% -
HSV(B) 128.57º 0.12% 0.67% -
XYZ 32.44 37.41 35.22 -
YUV 161.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 149 170 152 0.12 0 0.11 0.33 128.57 0.11 0.63
Hex 95 AA 98 C 0 B 21 81 B 3F
Octal 225 252 230 14 0 13 41 201 13 77
Binary 10010101 10101010 10011000 1100 0 1011 100001 10000001 1011 111111

Color Harmonies of #95AA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AA98

Black with #95AA98

Text Example


Text Example

White with #95AA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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