Html Css Color HEX #94AB9A Edward

📋 copy color: '#94AB9A'

red 148 ◦ green 171 ◦ blue 154

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

Shades of Edward #94AB9A

Tints of Edward #94AB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.56%

R = 31.29%
G = 36.15%
B = 32.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#94AB9A (or 0x94AB9A) is known color: Edward. HEX triplet: 94, AB and 9A. RGB value is (148,171,154). Sum of RGB (Red+Green+Blue) = 148+171+154=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AB9A is #6B5465. Grayscale: #A2A2A2. Windows color (decimal): -7033958 or 10136468. OLE color: 10136468.

HSL color Cylindrical-coordinate representation of color #94AB9A: hue angle of 135.65º 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 #94AB9A is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 171 154 -
CMYK 0.13 0 0.10 0.33
HSL 135.65º 0.12% 0.63% -
HSV(B) 135.65º 0.13% 0.67% -
XYZ 32.61 37.75 36.14 -
YUV 162.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 148 171 154 0.13 0 0.10 0.33 135.65 0.12 0.63
Hex 94 AB 9A D 0 A 21 88 C 3F
Octal 224 253 232 15 0 12 41 210 14 77
Binary 10010100 10101011 10011010 1101 0 1010 100001 10001000 1100 111111

Color Harmonies of #94AB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AB9A

Black with #94AB9A

Text Example


Text Example

White with #94AB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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