Html Css Color HEX #93AE98 Edward

📋 copy color: '#93AE98'

red 147 ◦ green 174 ◦ blue 152

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

Shades of Edward #93AE98

Tints of Edward #93AE98

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.79%

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

R = 31.08%
G = 36.79%
B = 32.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#93AE98 (or 0x93AE98) is known color: Edward. HEX triplet: 93, AE and 98. RGB value is (147,174,152). Sum of RGB (Red+Green+Blue) = 147+174+152=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AE98 is #6C5167. Grayscale: #A3A3A3. Windows color (decimal): -7098728 or 10006163. OLE color: 10006163.

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

Color convert

RGB 147 174 152 -
CMYK 0.16 0 0.13 0.32
HSL 131.11º 0.14% 0.63% -
HSV(B) 131.11º 0.16% 0.68% -
XYZ 32.84 38.74 35.45 -
YUV 163.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 147 174 152 0.16 0 0.13 0.32 131.11 0.14 0.63
Hex 93 AE 98 10 0 D 20 83 E 3F
Octal 223 256 230 20 0 15 40 203 16 77
Binary 10010011 10101110 10011000 10000 0 1101 100000 10000011 1110 111111

Color Harmonies of #93AE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AE98

Black with #93AE98

Text Example


Text Example

White with #93AE98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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