#93DAA3

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

Shades of Chinook #93DAA3

Tints of Chinook #93DAA3

Color information

#93DAA3 (or 0x93DAA3) is unknown color: approx Chinook. HEX triplet: 93, DA and A3. RGB value is (147,218,163). Sum of RGB (Red+Green+Blue) = 147+218+163=528 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.84% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DAA3 is #6C255C. Grayscale: #BEBEBE. Windows color (decimal): -7087453 or 10738323. OLE color: 10738323.

HSL color Cylindrical-coordinate representation of color #93DAA3: hue angle of 133.52º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DAA3 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB147218163-
CMYK0.3300.250.15
HSL133.52º48.97%71.57%-
HSV(B)133.52º32.57%85.49%-
XYZ43.7158.9943.73-
YUV190.5112.4896.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.84%
GREEN value IS 218 (85.55% from 255) = 41.29%
BLUE value IS 163 (64.06% from 255) = 30.87%
R=27.84%
G=41.29%
B=30.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472181630.3300.250.15133.5248.9771.57
Hex93DAA321019F863148
Octal223332243410311720661110
Binary1001001111011010101000111000010110011111100001101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,218,163); }

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

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

 a { background-color: rgb(147,218,163); }

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

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

 span { border-color: rgb(147,218,163); }

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