Html Css Color HEX #93AC98 Edward

📋 copy color: '#93AC98'

red 147 ◦ green 172 ◦ blue 152

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

Shades of Edward #93AC98

Tints of Edward #93AC98

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.52%

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

R = 31.21%
G = 36.52%
B = 32.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#93AC98 (or 0x93AC98) is known color: Edward. HEX triplet: 93, AC and 98. RGB value is (147,172,152). Sum of RGB (Red+Green+Blue) = 147+172+152=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AC98 is #6C5367. Grayscale: #A2A2A2. Windows color (decimal): -7099240 or 10005651. OLE color: 10005651.

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

Color convert

RGB 147 172 152 -
CMYK 0.15 0 0.12 0.33
HSL 132º 0.13% 0.63% -
HSV(B) 132º 0.15% 0.67% -
XYZ 32.45 37.98 35.33 -
YUV 162.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 147 172 152 0.15 0 0.12 0.33 132 0.13 0.63
Hex 93 AC 98 F 0 C 21 84 D 3F
Octal 223 254 230 17 0 14 41 204 15 77
Binary 10010011 10101100 10011000 1111 0 1100 100001 10000100 1101 111111

Color Harmonies of #93AC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AC98

Black with #93AC98

Text Example


Text Example

White with #93AC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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