#94E8AC

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

Shades of Chinook #94E8AC

Tints of Chinook #94E8AC

Color information

#94E8AC (or 0x94E8AC) is unknown color: approx Chinook. HEX triplet: 94, E8 and AC. RGB value is (148,232,172). Sum of RGB (Red+Green+Blue) = 148+232+172=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 232 (91.02% from 255 or 42.03% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 232 - color contains mainly: green. Hex color #94E8AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E8AC is #6B1753. Grayscale: #C8C8C8. Windows color (decimal): -7018324 or 11331732. OLE color: 11331732.

HSL color Cylindrical-coordinate representation of color #94E8AC: hue angle of 137.14º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E8AC is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB148232172-
CMYK0.3600.260.09
HSL137.14º64.62%74.51%-
HSV(B)137.14º36.21%90.98%-
XYZ48.5266.9949.4-
YUV200.04112.1790.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.81%
GREEN value IS 232 (91.02% from 255) = 42.03%
BLUE value IS 172 (67.58% from 255) = 31.16%
R=26.81%
G=42.03%
B=31.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482321720.3600.260.09137.1464.6274.51
Hex94E8AC2401A989414b
Octal2243502544403211211101113
Binary10010100111010001010110010010001101010011000100110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,232,172); }

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

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

 a { background-color: rgb(148,232,172); }

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

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

 span { border-color: rgb(148,232,172); }

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