#94D79D

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

Shades of Chinook #94D79D

Tints of Chinook #94D79D

Color information

#94D79D (or 0x94D79D) is unknown color: approx Chinook. HEX triplet: 94, D7 and 9D. RGB value is (148,215,157). Sum of RGB (Red+Green+Blue) = 148+215+157=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #94D79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D79D is #6B2862. Grayscale: #BCBCBC. Windows color (decimal): -7022691 or 10344340. OLE color: 10344340.

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

Color convert

RGB148215157-
CMYK0.3100.270.16
HSL128.06º45.58%71.18%-
HSV(B)128.06º31.16%84.31%-
XYZ42.657.3340.72-
YUV188.36110.399.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.46%
GREEN value IS 215 (84.38% from 255) = 41.35%
BLUE value IS 157 (61.72% from 255) = 30.19%
R=28.46%
G=41.35%
B=30.19%

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
Decimal1482151570.3100.270.16128.0645.5871.18
Hex94D79D1F01B10802e47
Octal224327235370332020056107
Binary1001010011010111100111011111101101110000100000001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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