#93DAA0

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

Shades of Chinook #93DAA0

Tints of Chinook #93DAA0

Color information

#93DAA0 (or 0x93DAA0) is unknown color: approx Chinook. HEX triplet: 93, DA and A0. RGB value is (147,218,160). Sum of RGB (Red+Green+Blue) = 147+218+160=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DAA0 is #6C255F. Grayscale: #BEBEBE. Windows color (decimal): -7087456 or 10541715. OLE color: 10541715.

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

Color convert

RGB147218160-
CMYK0.3300.270.15
HSL130.99º48.97%71.57%-
HSV(B)130.99º32.57%85.49%-
XYZ43.4558.8842.33-
YUV190.16110.9897.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28%
GREEN value IS 218 (85.55% from 255) = 41.52%
BLUE value IS 160 (62.89% from 255) = 30.48%
R=28%
G=41.52%
B=30.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472181600.3300.270.15130.9948.9771.57
Hex93DAA02101BF833148
Octal223332240410331720361110
Binary1001001111011010101000001000010110111111100000111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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