#94CAA0

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

Shades of Chinook #94CAA0

Tints of Chinook #94CAA0

Color information

#94CAA0 (or 0x94CAA0) is unknown color: approx Chinook. HEX triplet: 94, CA and A0. RGB value is (148,202,160). Sum of RGB (Red+Green+Blue) = 148+202+160=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #94CAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CAA0 is #6B355F. Grayscale: #B5B5B5. Windows color (decimal): -7026016 or 10537620. OLE color: 10537620.

HSL color Cylindrical-coordinate representation of color #94CAA0: hue angle of 133.33º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CAA0 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB148202160-
CMYK0.2700.210.21
HSL133.33º33.75%68.63%-
HSV(B)133.33º26.73%79.22%-
XYZ39.6851.0841.02-
YUV181.07116.11104.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.02%
GREEN value IS 202 (79.30% from 255) = 39.61%
BLUE value IS 160 (62.89% from 255) = 31.37%
R=29.02%
G=39.61%
B=31.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021600.2700.210.21133.3333.7568.63
Hex94CAA01B01515852245
Octal224312240330252520542105
Binary1001010011001010101000001101101010110101100001011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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