#93DDAA

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

Shades of Chinook #93DDAA

Tints of Chinook #93DDAA

Color information

#93DDAA (or 0x93DDAA) is unknown color: approx Chinook. HEX triplet: 93, DD and AA. RGB value is (147,221,170). Sum of RGB (Red+Green+Blue) = 147+221+170=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DDAA is #6C2255. Grayscale: #C1C1C1. Windows color (decimal): -7086678 or 11197843. OLE color: 11197843.

HSL color Cylindrical-coordinate representation of color #93DDAA: hue angle of 138.65º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DDAA is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB147221170-
CMYK0.3300.230.13
HSL138.65º52.11%72.16%-
HSV(B)138.65º33.48%86.67%-
XYZ45.1460.8247.39-
YUV193.06114.9895.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.32%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=27.32%
G=41.08%
B=31.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472211700.3300.230.13138.6552.1172.16
Hex93DDAA21017D8b3448
Octal223335252410271521364110
Binary1001001111011101101010101000010101111101100010111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,221,170); }

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

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

 a { background-color: rgb(147,221,170); }

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

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

 span { border-color: rgb(147,221,170); }

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