#94ABA4

Color #94ABA4 Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #94ABA4

Tints of Cascade #94ABA4

Color information

#94ABA4 (or 0x94ABA4) is unknown color: approx Cascade. HEX triplet: 94, AB and A4. RGB value is (148,171,164). Sum of RGB (Red+Green+Blue) = 148+171+164=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 171 - color contains mainly: green. Hex color #94ABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ABA4 is #6B545B. Grayscale: #A3A3A3. Windows color (decimal): -7033948 or 10791828. OLE color: 10791828.

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

Color convert

RGB148171164-
CMYK0.1300.040.33
HSL161.74º12.04%62.55%-
HSV(B)161.74º13.45%67.06%-
XYZ33.4838.140.71-
YUV163.32128.38117.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.64%
GREEN value IS 171 (67.19% from 255) = 35.40%
BLUE value IS 164 (64.45% from 255) = 33.95%
R=30.64%
G=35.40%
B=33.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481711640.1300.040.33161.7412.0462.55
Hex94ABA4D0421a2c3f
Octal2242532441504412421477
Binary10010100101010111010010011010100100001101000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94ABA4;
 }
 .AnyTagClassName
 {
   color: #94ABA4;
 }
</style>
background-color css

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

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

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

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

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

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