#94DDA3

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

Shades of Chinook #94DDA3

Tints of Chinook #94DDA3

Color information

#94DDA3 (or 0x94DDA3) is unknown color: approx Chinook. HEX triplet: 94, DD and A3. RGB value is (148,221,163). Sum of RGB (Red+Green+Blue) = 148+221+163=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 163 (64.06% from 255 or 30.64% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #94DDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DDA3 is #6B225C. Grayscale: #C0C0C0. Windows color (decimal): -7021149 or 10739092. OLE color: 10739092.

HSL color Cylindrical-coordinate representation of color #94DDA3: hue angle of 132.33º 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 #94DDA3 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB148221163-
CMYK0.3300.260.13
HSL132.33º51.77%72.35%-
HSV(B)132.33º33.03%86.67%-
XYZ44.6860.6544-
YUV192.56111.3296.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.82%
GREEN value IS 221 (86.72% from 255) = 41.54%
BLUE value IS 163 (64.06% from 255) = 30.64%
R=27.82%
G=41.54%
B=30.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482211630.3300.260.13132.3351.7772.35
Hex94DDA32101AD843448
Octal224335243410321520464110
Binary1001010011011101101000111000010110101101100001001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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