#94CAA3

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

Shades of Chinook #94CAA3

Tints of Chinook #94CAA3

Color information

#94CAA3 (or 0x94CAA3) is unknown color: approx Chinook. HEX triplet: 94, CA and A3. RGB value is (148,202,163). Sum of RGB (Red+Green+Blue) = 148+202+163=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #94CAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CAA3 is #6B355C. Grayscale: #B5B5B5. Windows color (decimal): -7026013 or 10734228. OLE color: 10734228.

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

Color convert

RGB148202163-
CMYK0.2700.190.21
HSL136.67º33.75%68.63%-
HSV(B)136.67º26.73%79.22%-
XYZ39.9451.1842.42-
YUV181.41117.61104.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.85%
GREEN value IS 202 (79.30% from 255) = 39.38%
BLUE value IS 163 (64.06% from 255) = 31.77%
R=28.85%
G=39.38%
B=31.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021630.2700.190.21136.6733.7568.63
Hex94CAA31B01315892245
Octal224312243330232521142105
Binary1001010011001010101000111101101001110101100010011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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