#94EAAC

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

Shades of Chinook #94EAAC

Tints of Chinook #94EAAC

Color information

#94EAAC (or 0x94EAAC) is unknown color: approx Chinook. HEX triplet: 94, EA and AC. RGB value is (148,234,172). Sum of RGB (Red+Green+Blue) = 148+234+172=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #94EAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EAAC is #6B1553. Grayscale: #C9C9C9. Windows color (decimal): -7017812 or 11332244. OLE color: 11332244.

HSL color Cylindrical-coordinate representation of color #94EAAC: hue angle of 136.74º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EAAC is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB148234172-
CMYK0.3700.260.08
HSL136.74º67.19%74.9%-
HSV(B)136.74º36.75%91.76%-
XYZ49.0868.1249.59-
YUV201.22111.5190.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.71%
GREEN value IS 234 (91.80% from 255) = 42.24%
BLUE value IS 172 (67.58% from 255) = 31.05%
R=26.71%
G=42.24%
B=31.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482341720.3700.260.08136.7467.1974.9
Hex94EAAC2501A889434b
Octal2243522544503210211103113
Binary10010100111010101010110010010101101010001000100110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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