#94D89E

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

Shades of Chinook #94D89E

Tints of Chinook #94D89E

Color information

#94D89E (or 0x94D89E) is unknown color: approx Chinook. HEX triplet: 94, D8 and 9E. RGB value is (148,216,158). Sum of RGB (Red+Green+Blue) = 148+216+158=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #94D89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D89E is #6B2761. Grayscale: #BDBDBD. Windows color (decimal): -7022434 or 10410132. OLE color: 10410132.

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

Color convert

RGB148216158-
CMYK0.3100.270.15
HSL128.82º46.58%71.37%-
HSV(B)128.82º31.48%84.71%-
XYZ42.9457.8841.26-
YUV189.06110.4798.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 216 (84.77% from 255) = 41.38%
BLUE value IS 158 (62.11% from 255) = 30.27%
R=28.35%
G=41.38%
B=30.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482161580.3100.270.15128.8246.5871.37
Hex94D89E1F01BF812f47
Octal224330236370331720157107
Binary100101001101100010011110111110110111111100000011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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