Html Css Color HEX #93AD98 Edward

📋 copy color: '#93AD98'

red 147 ◦ green 173 ◦ blue 152

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

Shades of Edward #93AD98

Tints of Edward #93AD98

RGB

 RED value IS 147 (57.81% from 255) = 31.14%

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

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

R = 31.14%
G = 36.65%
B = 32.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#93AD98 (or 0x93AD98) is known color: Edward. HEX triplet: 93, AD and 98. RGB value is (147,173,152). Sum of RGB (Red+Green+Blue) = 147+173+152=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AD98 is #6C5267. Grayscale: #A2A2A2. Windows color (decimal): -7098984 or 10005907. OLE color: 10005907.

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

Color convert

RGB 147 173 152 -
CMYK 0.15 0 0.12 0.32
HSL 131.54º 0.14% 0.63% -
HSV(B) 131.54º 0.15% 0.68% -
XYZ 32.64 38.36 35.39 -
YUV 162.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 147 173 152 0.15 0 0.12 0.32 131.54 0.14 0.63
Hex 93 AD 98 F 0 C 20 84 E 3F
Octal 223 255 230 17 0 14 40 204 16 77
Binary 10010011 10101101 10011000 1111 0 1100 100000 10000100 1110 111111

Color Harmonies of #93AD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AD98

Black with #93AD98

Text Example


Text Example

White with #93AD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93AD98; }

 p { color: rgb(147,173,152); }

 H1.HeaderClassName
 {
   color: #93AD98;
 }
 .AnyTagClassName
 {
   color: #93AD98;
 }
</style>

background-color css

<style>
 a { background-color: #93AD98; }

 a { background-color: rgb(147,173,152); }

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

border-color css

<style>
 span { border-color: #93AD98; }

 span { border-color: rgb(147,173,152); }

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