#93DAA9

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

Shades of Chinook #93DAA9

Tints of Chinook #93DAA9

Color information

#93DAA9 (or 0x93DAA9) is unknown color: approx Chinook. HEX triplet: 93, DA and A9. RGB value is (147,218,169). Sum of RGB (Red+Green+Blue) = 147+218+169=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DAA9 is #6C2556. Grayscale: #BFBFBF. Windows color (decimal): -7087447 or 11131539. OLE color: 11131539.

HSL color Cylindrical-coordinate representation of color #93DAA9: hue angle of 138.59º 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 #93DAA9 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB147218169-
CMYK0.3300.220.15
HSL138.59º48.97%71.57%-
HSV(B)138.59º32.57%85.49%-
XYZ44.2759.2146.63-
YUV191.18115.4896.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.53%
GREEN value IS 218 (85.55% from 255) = 40.82%
BLUE value IS 169 (66.41% from 255) = 31.65%
R=27.53%
G=40.82%
B=31.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472181690.3300.220.15138.5948.9771.57
Hex93DAA921016F8b3148
Octal223332251410261721361110
Binary1001001111011010101010011000010101101111100010111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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