Html Css Color HEX #93AB97 Edward

📋 copy color: '#93AB97'

red 147 ◦ green 171 ◦ blue 151

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

Shades of Edward #93AB97

Tints of Edward #93AB97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.2%

R = 31.34%
G = 36.46%
B = 32.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#93AB97 (or 0x93AB97) is known color: Edward. HEX triplet: 93, AB and 97. RGB value is (147,171,151). Sum of RGB (Red+Green+Blue) = 147+171+151=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AB97 is #6C5468. Grayscale: #A1A1A1. Windows color (decimal): -7099497 or 9939859. OLE color: 9939859.

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

Color convert

RGB 147 171 151 -
CMYK 0.14 0 0.12 0.33
HSL 130º 0.13% 0.62% -
HSV(B) 130º 0.14% 0.67% -
XYZ 32.18 37.56 34.83 -
YUV 161.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 147 171 151 0.14 0 0.12 0.33 130 0.13 0.62
Hex 93 AB 97 E 0 C 21 82 C 3E
Octal 223 253 227 16 0 14 41 202 14 76
Binary 10010011 10101011 10010111 1110 0 1100 100001 10000010 1100 111110

Color Harmonies of #93AB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AB97

Black with #93AB97

Text Example


Text Example

White with #93AB97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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