Html Css Color HEX #93AD99 Edward

📋 copy color: '#93AD99'

red 147 ◦ green 173 ◦ blue 153

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

Shades of Edward #93AD99

Tints of Edward #93AD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.35%

R = 31.08%
G = 36.58%
B = 32.35%

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

#93AD99 (or 0x93AD99) is known color: Edward. HEX triplet: 93, AD and 99. RGB value is (147,173,153). Sum of RGB (Red+Green+Blue) = 147+173+153=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AD99 is #6C5266. Grayscale: #A3A3A3. Windows color (decimal): -7098983 or 10071443. OLE color: 10071443.

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

Color convert

RGB 147 173 153 -
CMYK 0.15 0 0.12 0.32
HSL 133.85º 0.14% 0.63% -
HSV(B) 133.85º 0.15% 0.68% -
XYZ 32.73 38.39 35.82 -
YUV 162.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 147 173 153 0.15 0 0.12 0.32 133.85 0.14 0.63
Hex 93 AD 99 F 0 C 20 86 E 3F
Octal 223 255 231 17 0 14 40 206 16 77
Binary 10010011 10101101 10011001 1111 0 1100 100000 10000110 1110 111111

Color Harmonies of #93AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AD99

Black with #93AD99

Text Example


Text Example

White with #93AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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