#94C8A4

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

Shades of Chinook #94C8A4

Tints of Chinook #94C8A4

Color information

#94C8A4 (or 0x94C8A4) is unknown color: approx Chinook. HEX triplet: 94, C8 and A4. RGB value is (148,200,164). Sum of RGB (Red+Green+Blue) = 148+200+164=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #94C8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C8A4 is #6B375B. Grayscale: #B4B4B4. Windows color (decimal): -7026524 or 10799252. OLE color: 10799252.

HSL color Cylindrical-coordinate representation of color #94C8A4: hue angle of 138.46º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C8A4 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB148200164-
CMYK0.2600.180.22
HSL138.46º32.1%68.24%-
HSV(B)138.46º26%78.43%-
XYZ39.5750.2842.74-
YUV180.35118.77104.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.91%
GREEN value IS 200 (78.52% from 255) = 39.06%
BLUE value IS 164 (64.45% from 255) = 32.03%
R=28.91%
G=39.06%
B=32.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1482001640.2600.180.22138.4632.168.24
Hex94C8A41A012168a2044
Octal224310244320222621240104
Binary1001010011001000101001001101001001010110100010101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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