#84ADA5

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

Shades of Sea Nymph #84ADA5

Tints of Sea Nymph #84ADA5

Color information

#84ADA5 (or 0x84ADA5) is unknown color: approx Sea Nymph. HEX triplet: 84, AD and A5. RGB value is (132,173,165). Sum of RGB (Red+Green+Blue) = 132+173+165=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 173 - color contains mainly: green. Hex color #84ADA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ADA5 is #7B525A. Grayscale: #9F9F9F. Windows color (decimal): -8082011 or 10857860. OLE color: 10857860.

HSL color Cylindrical-coordinate representation of color #84ADA5: hue angle of 168.29º degrees, saturation: 0.2, 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 #84ADA5 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB132173165-
CMYK0.2400.050.32
HSL168.29º20%59.8%-
HSV(B)168.29º23.7%67.84%-
XYZ31.2537.5141.19-
YUV159.83130.92108.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.09%
GREEN value IS 173 (67.97% from 255) = 36.81%
BLUE value IS 165 (64.84% from 255) = 35.11%
R=28.09%
G=36.81%
B=35.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321731650.2400.050.32168.292059.8
Hex84ADA5180520a8143c
Octal2042552453005402502474
Binary1000010010101101101001011100001011000001010100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,173,165); }

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

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

 a { background-color: rgb(132,173,165); }

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

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

 span { border-color: rgb(132,173,165); }

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