#84BAAA

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

Shades of Sea Nymph #84BAAA

Tints of Sea Nymph #84BAAA

Color information

#84BAAA (or 0x84BAAA) is unknown color: approx Sea Nymph. HEX triplet: 84, BA and AA. RGB value is (132,186,170). Sum of RGB (Red+Green+Blue) = 132+186+170=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #84BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BAAA is #7B4555. Grayscale: #A8A8A8. Windows color (decimal): -8078678 or 11188868. OLE color: 11188868.

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

Color convert

RGB132186170-
CMYK0.2900.090.27
HSL162.22º28.12%62.35%-
HSV(B)162.22º29.03%72.94%-
XYZ34.3342.9344.51-
YUV168.03129.11102.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.05%
GREEN value IS 186 (73.05% from 255) = 38.11%
BLUE value IS 170 (66.80% from 255) = 34.84%
R=27.05%
G=38.11%
B=34.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321861700.2900.090.27162.2228.1262.35
Hex84BAAA1D091Ba21c3e
Octal20427225235011332423476
Binary1000010010111010101010101110101001110111010001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,186,170); }

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

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

 a { background-color: rgb(132,186,170); }

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

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

 span { border-color: rgb(132,186,170); }

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