#93DCAA

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

Shades of Chinook #93DCAA

Tints of Chinook #93DCAA

Color information

#93DCAA (or 0x93DCAA) is unknown color: approx Chinook. HEX triplet: 93, DC and AA. RGB value is (147,220,170). Sum of RGB (Red+Green+Blue) = 147+220+170=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DCAA is #6C2355. Grayscale: #C0C0C0. Windows color (decimal): -7086934 or 11197587. OLE color: 11197587.

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

Color convert

RGB147220170-
CMYK0.3300.230.14
HSL138.9º51.05%71.96%-
HSV(B)138.9º33.18%86.27%-
XYZ44.8860.2947.3-
YUV192.47115.3295.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.37%
GREEN value IS 220 (86.33% from 255) = 40.97%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=27.37%
G=40.97%
B=31.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472201700.3300.230.14138.951.0571.96
Hex93DCAA21017E8b3348
Octal223334252410271621363110
Binary1001001111011100101010101000010101111110100010111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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