#94D8AA

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

Shades of Chinook #94D8AA

Tints of Chinook #94D8AA

Color information

#94D8AA (or 0x94D8AA) is unknown color: approx Chinook. HEX triplet: 94, D8 and AA. RGB value is (148,216,170). Sum of RGB (Red+Green+Blue) = 148+216+170=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #94D8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D8AA is #6B2755. Grayscale: #BEBEBE. Windows color (decimal): -7022422 or 11196564. OLE color: 11196564.

HSL color Cylindrical-coordinate representation of color #94D8AA: hue angle of 139.41º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D8AA is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB148216170-
CMYK0.3100.210.15
HSL139.41º46.58%71.37%-
HSV(B)139.41º31.48%84.71%-
XYZ44.0258.3146.96-
YUV190.42116.4797.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.72%
GREEN value IS 216 (84.77% from 255) = 40.45%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=27.72%
G=40.45%
B=31.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482161700.3100.210.15139.4146.5871.37
Hex94D8AA1F015F8b2f47
Octal224330252370251721357107
Binary100101001101100010101010111110101011111100010111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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