#94D9AA

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

Shades of Chinook #94D9AA

Tints of Chinook #94D9AA

Color information

#94D9AA (or 0x94D9AA) is unknown color: approx Chinook. HEX triplet: 94, D9 and AA. RGB value is (148,217,170). Sum of RGB (Red+Green+Blue) = 148+217+170=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D9AA is #6B2655. Grayscale: #BFBFBF. Windows color (decimal): -7022166 or 11196820. OLE color: 11196820.

HSL color Cylindrical-coordinate representation of color #94D9AA: hue angle of 139.13º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D9AA is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB148217170-
CMYK0.3200.220.15
HSL139.13º47.59%71.57%-
HSV(B)139.13º31.8%85.1%-
XYZ44.2858.8247.05-
YUV191.01116.1497.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.66%
GREEN value IS 217 (85.16% from 255) = 40.56%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=27.66%
G=40.56%
B=31.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482171700.3200.220.15139.1347.5971.57
Hex94D9AA20016F8b3048
Octal224331252400261721360110
Binary1001010011011001101010101000000101101111100010111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,217,170); }

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

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

 a { background-color: rgb(148,217,170); }

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

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

 span { border-color: rgb(148,217,170); }

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