#84AEA9

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

Shades of Sea Nymph #84AEA9

Tints of Sea Nymph #84AEA9

Color information

#84AEA9 (or 0x84AEA9) is unknown color: approx Sea Nymph. HEX triplet: 84, AE and A9. RGB value is (132,174,169). Sum of RGB (Red+Green+Blue) = 132+174+169=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 174 - color contains mainly: green. Hex color #84AEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AEA9 is #7B5156. Grayscale: #A0A0A0. Windows color (decimal): -8081751 or 11120260. OLE color: 11120260.

HSL color Cylindrical-coordinate representation of color #84AEA9: hue angle of 172.86º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84AEA9 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB132174169-
CMYK0.2400.030.32
HSL172.86º20.59%60%-
HSV(B)172.86º24.14%68.24%-
XYZ31.8138.0443.2-
YUV160.87132.59107.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.79%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=27.79%
G=36.63%
B=35.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321741690.2400.030.32172.8620.5960
Hex84AEA9180320ad153c
Octal2042562513003402552574
Binary100001001010111010101001110000111000001010110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,174,169); }

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

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

 a { background-color: rgb(132,174,169); }

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

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

 span { border-color: rgb(132,174,169); }

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