#84DAA0

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

Shades of Chinook #84DAA0

Tints of Chinook #84DAA0

Color information

#84DAA0 (or 0x84DAA0) is unknown color: approx Chinook. HEX triplet: 84, DA and A0. RGB value is (132,218,160). Sum of RGB (Red+Green+Blue) = 132+218+160=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #84DAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DAA0 is #7B255F. Grayscale: #B9B9B9. Windows color (decimal): -8070496 or 10541700. OLE color: 10541700.

HSL color Cylindrical-coordinate representation of color #84DAA0: hue angle of 139.53º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84DAA0 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB132218160-
CMYK0.3900.270.15
HSL139.53º53.75%68.63%-
HSV(B)139.53º39.45%85.49%-
XYZ40.9357.5942.22-
YUV185.67113.5189.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.88%
GREEN value IS 218 (85.55% from 255) = 42.75%
BLUE value IS 160 (62.89% from 255) = 31.37%
R=25.88%
G=42.75%
B=31.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322181600.3900.270.15139.5353.7568.63
Hex84DAA02701BF8c3645
Octal204332240470331721466105
Binary1000010011011010101000001001110110111111100011001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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