#94CA9E

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

Shades of Chinook #94CA9E

Tints of Chinook #94CA9E

Color information

#94CA9E (or 0x94CA9E) is unknown color: approx Chinook. HEX triplet: 94, CA and 9E. RGB value is (148,202,158). Sum of RGB (Red+Green+Blue) = 148+202+158=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CA9E is #6B3561. Grayscale: #B4B4B4. Windows color (decimal): -7026018 or 10406548. OLE color: 10406548.

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

Color convert

RGB148202158-
CMYK0.2700.220.21
HSL131.11º33.75%68.63%-
HSV(B)131.11º26.73%79.22%-
XYZ39.551.0140.11-
YUV180.84115.11104.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.13%
GREEN value IS 202 (79.30% from 255) = 39.76%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=29.13%
G=39.76%
B=31.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021580.2700.220.21131.1133.7568.63
Hex94CA9E1B01615832245
Octal224312236330262520342105
Binary1001010011001010100111101101101011010101100000111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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