Html Css Color HEX #93AB99 Edward

📋 copy color: '#93AB99'

red 147 ◦ green 171 ◦ blue 153

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

Shades of Edward #93AB99

Tints of Edward #93AB99

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.31%

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

R = 31.21%
G = 36.31%
B = 32.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#93AB99 (or 0x93AB99) is known color: Edward. HEX triplet: 93, AB and 99. RGB value is (147,171,153). Sum of RGB (Red+Green+Blue) = 147+171+153=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AB99 is #6C5466. Grayscale: #A1A1A1. Windows color (decimal): -7099495 or 10070931. OLE color: 10070931.

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

Color convert

RGB 147 171 153 -
CMYK 0.14 0 0.11 0.33
HSL 135º 0.13% 0.62% -
HSV(B) 135º 0.14% 0.67% -
XYZ 32.35 37.63 35.7 -
YUV 161.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 147 171 153 0.14 0 0.11 0.33 135 0.13 0.62
Hex 93 AB 99 E 0 B 21 87 C 3E
Octal 223 253 231 16 0 13 41 207 14 76
Binary 10010011 10101011 10011001 1110 0 1011 100001 10000111 1100 111110

Color Harmonies of #93AB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AB99

Black with #93AB99

Text Example


Text Example

White with #93AB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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