Html Css Color HEX #94AB99 Edward

📋 copy color: '#94AB99'

red 148 ◦ green 171 ◦ blue 153

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

Shades of Edward #94AB99

Tints of Edward #94AB99

RGB

 RED value IS 148 (58.2% from 255) = 31.36%

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

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

R = 31.36%
G = 36.23%
B = 32.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#94AB99 (or 0x94AB99) is known color: Edward. HEX triplet: 94, AB and 99. RGB value is (148,171,153). Sum of RGB (Red+Green+Blue) = 148+171+153=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AB99 is #6B5466. Grayscale: #A2A2A2. Windows color (decimal): -7033959 or 10070932. OLE color: 10070932.

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

Color convert

RGB 148 171 153 -
CMYK 0.13 0 0.11 0.33
HSL 133.04º 0.12% 0.63% -
HSV(B) 133.04º 0.13% 0.67% -
XYZ 32.53 37.72 35.7 -
YUV 162.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 148 171 153 0.13 0 0.11 0.33 133.04 0.12 0.63
Hex 94 AB 99 D 0 B 21 85 C 3F
Octal 224 253 231 15 0 13 41 205 14 77
Binary 10010100 10101011 10011001 1101 0 1011 100001 10000101 1100 111111

Color Harmonies of #94AB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AB99

Black with #94AB99

Text Example


Text Example

White with #94AB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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