#93CAA6

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

Shades of Chinook #93CAA6

Tints of Chinook #93CAA6

Color information

#93CAA6 (or 0x93CAA6) is unknown color: approx Chinook. HEX triplet: 93, CA and A6. RGB value is (147,202,166). Sum of RGB (Red+Green+Blue) = 147+202+166=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #93CAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CAA6 is #6C3559. Grayscale: #B5B5B5. Windows color (decimal): -7091546 or 10930835. OLE color: 10930835.

HSL color Cylindrical-coordinate representation of color #93CAA6: hue angle of 140.73º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93CAA6 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB147202166-
CMYK0.2700.180.21
HSL140.73º34.16%68.43%-
HSV(B)140.73º27.23%79.22%-
XYZ40.0451.243.85-
YUV181.45119.28103.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.54%
GREEN value IS 202 (79.30% from 255) = 39.22%
BLUE value IS 166 (65.23% from 255) = 32.23%
R=28.54%
G=39.22%
B=32.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1472021660.2700.180.21140.7334.1668.43
Hex93CAA61B012158d2244
Octal223312246330222521542104
Binary1001001111001010101001101101101001010101100011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93CAA6; }

 p { color: rgb(147,202,166); }

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

<style>
 a { background-color: #93CAA6; }

 a { background-color: rgb(147,202,166); }

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

<style>
 span { border-color: #93CAA6; }

 span { border-color: rgb(147,202,166); }

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