#94CCA4

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

Shades of Chinook #94CCA4

Tints of Chinook #94CCA4

Color information

#94CCA4 (or 0x94CCA4) is unknown color: approx Chinook. HEX triplet: 94, CC and A4. RGB value is (148,204,164). Sum of RGB (Red+Green+Blue) = 148+204+164=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #94CCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CCA4 is #6B335B. Grayscale: #B6B6B6. Windows color (decimal): -7025500 or 10800276. OLE color: 10800276.

HSL color Cylindrical-coordinate representation of color #94CCA4: hue angle of 137.14º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CCA4 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB148204164-
CMYK0.2700.200.2
HSL137.14º35.44%69.02%-
HSV(B)137.14º27.45%80%-
XYZ40.5152.1643.06-
YUV182.7117.45103.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.68%
GREEN value IS 204 (80.08% from 255) = 39.53%
BLUE value IS 164 (64.45% from 255) = 31.78%
R=28.68%
G=39.53%
B=31.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041640.2700.200.2137.1435.4469.02
Hex94CCA41B01414892345
Octal224314244330242421143105
Binary1001010011001100101001001101101010010100100010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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