#93DAA1

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

Shades of Chinook #93DAA1

Tints of Chinook #93DAA1

Color information

#93DAA1 (or 0x93DAA1) is unknown color: approx Chinook. HEX triplet: 93, DA and A1. RGB value is (147,218,161). Sum of RGB (Red+Green+Blue) = 147+218+161=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DAA1 is #6C255E. Grayscale: #BEBEBE. Windows color (decimal): -7087455 or 10607251. OLE color: 10607251.

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

Color convert

RGB147218161-
CMYK0.3300.260.15
HSL131.83º48.97%71.57%-
HSV(B)131.83º32.57%85.49%-
XYZ43.5458.9242.8-
YUV190.27111.4897.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.95%
GREEN value IS 218 (85.55% from 255) = 41.44%
BLUE value IS 161 (63.28% from 255) = 30.61%
R=27.95%
G=41.44%
B=30.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472181610.3300.260.15131.8348.9771.57
Hex93DAA12101AF843148
Octal223332241410321720461110
Binary1001001111011010101000011000010110101111100001001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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