#94D9A8

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

Shades of Chinook #94D9A8

Tints of Chinook #94D9A8

Color information

#94D9A8 (or 0x94D9A8) is unknown color: approx Chinook. HEX triplet: 94, D9 and A8. RGB value is (148,217,168). Sum of RGB (Red+Green+Blue) = 148+217+168=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D9A8 is #6B2657. Grayscale: #BEBEBE. Windows color (decimal): -7022168 or 11065748. OLE color: 11065748.

HSL color Cylindrical-coordinate representation of color #94D9A8: hue angle of 137.39º 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 #94D9A8 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB148217168-
CMYK0.3200.230.15
HSL137.39º47.59%71.57%-
HSV(B)137.39º31.8%85.1%-
XYZ44.0958.7546.06-
YUV190.78115.1497.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.77%
GREEN value IS 217 (85.16% from 255) = 40.71%
BLUE value IS 168 (66.02% from 255) = 31.52%
R=27.77%
G=40.71%
B=31.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482171680.3200.230.15137.3947.5971.57
Hex94D9A820017F893048
Octal224331250400271721160110
Binary1001010011011001101010001000000101111111100010011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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