#94CAA1

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

Shades of Chinook #94CAA1

Tints of Chinook #94CAA1

Color information

#94CAA1 (or 0x94CAA1) is unknown color: approx Chinook. HEX triplet: 94, CA and A1. RGB value is (148,202,161). Sum of RGB (Red+Green+Blue) = 148+202+161=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #94CAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CAA1 is #6B355E. Grayscale: #B5B5B5. Windows color (decimal): -7026015 or 10603156. OLE color: 10603156.

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

Color convert

RGB148202161-
CMYK0.2700.200.21
HSL134.44º33.75%68.63%-
HSV(B)134.44º26.73%79.22%-
XYZ39.7751.1141.49-
YUV181.18116.61104.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.96%
GREEN value IS 202 (79.30% from 255) = 39.53%
BLUE value IS 161 (63.28% from 255) = 31.51%
R=28.96%
G=39.53%
B=31.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021610.2700.200.21134.4433.7568.63
Hex94CAA11B01415862245
Octal224312241330242520642105
Binary1001010011001010101000011101101010010101100001101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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