#93DAA5

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

Shades of Chinook #93DAA5

Tints of Chinook #93DAA5

Color information

#93DAA5 (or 0x93DAA5) is unknown color: approx Chinook. HEX triplet: 93, DA and A5. RGB value is (147,218,165). Sum of RGB (Red+Green+Blue) = 147+218+165=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DAA5 is #6C255A. Grayscale: #BEBEBE. Windows color (decimal): -7087451 or 10869395. OLE color: 10869395.

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

Color convert

RGB147218165-
CMYK0.3300.240.15
HSL135.21º48.97%71.57%-
HSV(B)135.21º32.57%85.49%-
XYZ43.959.0644.68-
YUV190.73113.4896.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.74%
GREEN value IS 218 (85.55% from 255) = 41.13%
BLUE value IS 165 (64.84% from 255) = 31.13%
R=27.74%
G=41.13%
B=31.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472181650.3300.240.15135.2148.9771.57
Hex93DAA521018F873148
Octal223332245410301720761110
Binary1001001111011010101001011000010110001111100001111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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