#84BAAC

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

Shades of Sea Nymph #84BAAC

Tints of Sea Nymph #84BAAC

Color information

#84BAAC (or 0x84BAAC) is unknown color: approx Sea Nymph. HEX triplet: 84, BA and AC. RGB value is (132,186,172). Sum of RGB (Red+Green+Blue) = 132+186+172=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #84BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BAAC is #7B4553. Grayscale: #A8A8A8. Windows color (decimal): -8078676 or 11319940. OLE color: 11319940.

HSL color Cylindrical-coordinate representation of color #84BAAC: hue angle of 164.44º 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 #84BAAC is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB132186172-
CMYK0.2900.080.27
HSL164.44º28.12%62.35%-
HSV(B)164.44º29.03%72.94%-
XYZ34.524345.51-
YUV168.26130.11102.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.94%
GREEN value IS 186 (73.05% from 255) = 37.96%
BLUE value IS 172 (67.58% from 255) = 35.10%
R=26.94%
G=37.96%
B=35.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321861720.2900.080.27164.4428.1262.35
Hex84BAAC1D081Ba41c3e
Octal20427225435010332443476
Binary1000010010111010101011001110101000110111010010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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