#94C8A3

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

Shades of Chinook #94C8A3

Tints of Chinook #94C8A3

Color information

#94C8A3 (or 0x94C8A3) is unknown color: approx Chinook. HEX triplet: 94, C8 and A3. RGB value is (148,200,163). Sum of RGB (Red+Green+Blue) = 148+200+163=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #94C8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C8A3 is #6B375C. Grayscale: #B4B4B4. Windows color (decimal): -7026525 or 10733716. OLE color: 10733716.

HSL color Cylindrical-coordinate representation of color #94C8A3: hue angle of 137.31º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C8A3 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB148200163-
CMYK0.2600.180.22
HSL137.31º32.1%68.24%-
HSV(B)137.31º26%78.43%-
XYZ39.4850.2542.27-
YUV180.23118.27105.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.96%
GREEN value IS 200 (78.52% from 255) = 39.14%
BLUE value IS 163 (64.06% from 255) = 31.90%
R=28.96%
G=39.14%
B=31.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1482001630.2600.180.22137.3132.168.24
Hex94C8A31A01216892044
Octal224310243320222621140104
Binary1001010011001000101000111101001001010110100010011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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