#94CCA0

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

Shades of Chinook #94CCA0

Tints of Chinook #94CCA0

Color information

#94CCA0 (or 0x94CCA0) is unknown color: approx Chinook. HEX triplet: 94, CC and A0. RGB value is (148,204,160). Sum of RGB (Red+Green+Blue) = 148+204+160=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #94CCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CCA0 is #6B335F. Grayscale: #B6B6B6. Windows color (decimal): -7025504 or 10538132. OLE color: 10538132.

HSL color Cylindrical-coordinate representation of color #94CCA0: hue angle of 132.86º 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 #94CCA0 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB148204160-
CMYK0.2700.220.2
HSL132.86º35.44%69.02%-
HSV(B)132.86º27.45%80%-
XYZ40.1552.0241.18-
YUV182.24115.45103.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.91%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 160 (62.89% from 255) = 31.25%
R=28.91%
G=39.84%
B=31.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041600.2700.220.2132.8635.4469.02
Hex94CCA01B01614852345
Octal224314240330262420543105
Binary1001010011001100101000001101101011010100100001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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