#94CEA6

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

Shades of Chinook #94CEA6

Tints of Chinook #94CEA6

Color information

#94CEA6 (or 0x94CEA6) is unknown color: approx Chinook. HEX triplet: 94, CE and A6. RGB value is (148,206,166). Sum of RGB (Red+Green+Blue) = 148+206+166=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #94CEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CEA6 is #6B3159. Grayscale: #B8B8B8. Windows color (decimal): -7024986 or 10931860. OLE color: 10931860.

HSL color Cylindrical-coordinate representation of color #94CEA6: hue angle of 138.62º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CEA6 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB148206166-
CMYK0.2800.190.19
HSL138.62º37.18%69.41%-
HSV(B)138.62º28.16%80.78%-
XYZ41.1753.1944.17-
YUV184.1117.78102.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.46%
GREEN value IS 206 (80.86% from 255) = 39.62%
BLUE value IS 166 (65.23% from 255) = 31.92%
R=28.46%
G=39.62%
B=31.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1482061660.2800.190.19138.6237.1869.41
Hex94CEA61C013138b2545
Octal224316246340232321345105
Binary1001010011001110101001101110001001110011100010111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,206,166); }

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

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

 a { background-color: rgb(148,206,166); }

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

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

 span { border-color: rgb(148,206,166); }

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