#94DDA6

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

Shades of Chinook #94DDA6

Tints of Chinook #94DDA6

Color information

#94DDA6 (or 0x94DDA6) is unknown color: approx Chinook. HEX triplet: 94, DD and A6. RGB value is (148,221,166). Sum of RGB (Red+Green+Blue) = 148+221+166=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #94DDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DDA6 is #6B2259. Grayscale: #C1C1C1. Windows color (decimal): -7021146 or 10935700. OLE color: 10935700.

HSL color Cylindrical-coordinate representation of color #94DDA6: hue angle of 134.79º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DDA6 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB148221166-
CMYK0.3300.250.13
HSL134.79º51.77%72.35%-
HSV(B)134.79º33.03%86.67%-
XYZ44.9560.7645.44-
YUV192.9112.8295.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.66%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 166 (65.23% from 255) = 31.03%
R=27.66%
G=41.31%
B=31.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482211660.3300.250.13134.7951.7772.35
Hex94DDA621019D873448
Octal224335246410311520764110
Binary1001010011011101101001101000010110011101100001111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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