#94C89E

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

Shades of Chinook #94C89E

Tints of Chinook #94C89E

Color information

#94C89E (or 0x94C89E) is unknown color: approx Chinook. HEX triplet: 94, C8 and 9E. RGB value is (148,200,158). Sum of RGB (Red+Green+Blue) = 148+200+158=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #94C89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C89E is #6B3761. Grayscale: #B3B3B3. Windows color (decimal): -7026530 or 10406036. OLE color: 10406036.

HSL color Cylindrical-coordinate representation of color #94C89E: hue angle of 131.54º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C89E is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB148200158-
CMYK0.2600.210.22
HSL131.54º32.1%68.24%-
HSV(B)131.54º26%78.43%-
XYZ39.0450.0739.96-
YUV179.66115.77105.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.25%
GREEN value IS 200 (78.52% from 255) = 39.53%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=29.25%
G=39.53%
B=31.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1482001580.2600.210.22131.5432.168.24
Hex94C89E1A01516842044
Octal224310236320252620440104
Binary1001010011001000100111101101001010110110100001001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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