#94D79E

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

Shades of Chinook #94D79E

Tints of Chinook #94D79E

Color information

#94D79E (or 0x94D79E) is unknown color: approx Chinook. HEX triplet: 94, D7 and 9E. RGB value is (148,215,158). Sum of RGB (Red+Green+Blue) = 148+215+158=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #94D79E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D79E is #6B2861. Grayscale: #BCBCBC. Windows color (decimal): -7022690 or 10409876. OLE color: 10409876.

HSL color Cylindrical-coordinate representation of color #94D79E: hue angle of 128.96º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D79E is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB148215158-
CMYK0.3100.270.16
HSL128.96º45.58%71.18%-
HSV(B)128.96º31.16%84.31%-
XYZ42.6857.3741.17-
YUV188.47110.899.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.41%
GREEN value IS 215 (84.38% from 255) = 41.27%
BLUE value IS 158 (62.11% from 255) = 30.33%
R=28.41%
G=41.27%
B=30.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482151580.3100.270.16128.9645.5871.18
Hex94D79E1F01B10812e47
Octal224327236370332020156107
Binary1001010011010111100111101111101101110000100000011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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