#93DDA5

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

Shades of Chinook #93DDA5

Tints of Chinook #93DDA5

Color information

#93DDA5 (or 0x93DDA5) is unknown color: approx Chinook. HEX triplet: 93, DD and A5. RGB value is (147,221,165). Sum of RGB (Red+Green+Blue) = 147+221+165=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DDA5 is #6C225A. Grayscale: #C0C0C0. Windows color (decimal): -7086683 or 10870163. OLE color: 10870163.

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

Color convert

RGB147221165-
CMYK0.3300.250.13
HSL134.59º52.11%72.16%-
HSV(B)134.59º33.48%86.67%-
XYZ44.6860.6344.95-
YUV192.49112.4895.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.58%
GREEN value IS 221 (86.72% from 255) = 41.46%
BLUE value IS 165 (64.84% from 255) = 30.96%
R=27.58%
G=41.46%
B=30.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472211650.3300.250.13134.5952.1172.16
Hex93DDA521019D873448
Octal223335245410311520764110
Binary1001001111011101101001011000010110011101100001111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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