#84B8AE

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

Shades of Sea Nymph #84B8AE

Tints of Sea Nymph #84B8AE

Color information

#84B8AE (or 0x84B8AE) is unknown color: approx Sea Nymph. HEX triplet: 84, B8 and AE. RGB value is (132,184,174). Sum of RGB (Red+Green+Blue) = 132+184+174=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 184 - color contains mainly: green. Hex color #84B8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B8AE is #7B4751. Grayscale: #A7A7A7. Windows color (decimal): -8079186 or 11450500. OLE color: 11450500.

HSL color Cylindrical-coordinate representation of color #84B8AE: hue angle of 168.46º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84B8AE is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB132184174-
CMYK0.2800.050.28
HSL168.46º26.8%61.96%-
HSV(B)168.46º28.26%72.16%-
XYZ34.342.2446.39-
YUV167.31131.77102.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.94%
GREEN value IS 184 (72.27% from 255) = 37.55%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=26.94%
G=37.55%
B=35.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1321841740.2800.050.28168.4626.861.96
Hex84B8AE1C051Ca81b3e
Octal2042702563405342503376
Binary100001001011100010101110111000101111001010100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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