#84AD9E

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

Shades of Sea Nymph #84AD9E

Tints of Sea Nymph #84AD9E

Color information

#84AD9E (or 0x84AD9E) is unknown color: approx Sea Nymph. HEX triplet: 84, AD and 9E. RGB value is (132,173,158). Sum of RGB (Red+Green+Blue) = 132+173+158=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AD9E is #7B5261. Grayscale: #9F9F9F. Windows color (decimal): -8082018 or 10399108. OLE color: 10399108.

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

Color convert

RGB132173158-
CMYK0.2400.090.32
HSL158.05º20%59.8%-
HSV(B)158.05º23.7%67.84%-
XYZ30.6337.2637.93-
YUV159.03127.42108.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.51%
GREEN value IS 173 (67.97% from 255) = 37.37%
BLUE value IS 158 (62.11% from 255) = 34.13%
R=28.51%
G=37.37%
B=34.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321731580.2400.090.32158.052059.8
Hex84AD9E1809209e143c
Octal20425523630011402362474
Binary10000100101011011001111011000010011000001001111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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