#84B9A4

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

Shades of Sea Nymph #84B9A4

Tints of Sea Nymph #84B9A4

Color information

#84B9A4 (or 0x84B9A4) is unknown color: approx Sea Nymph. HEX triplet: 84, B9 and A4. RGB value is (132,185,164). Sum of RGB (Red+Green+Blue) = 132+185+164=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #84B9A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B9A4 is #7B465B. Grayscale: #A6A6A6. Windows color (decimal): -8078940 or 10795396. OLE color: 10795396.

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

Color convert

RGB132185164-
CMYK0.2900.110.27
HSL156.23º27.46%62.16%-
HSV(B)156.23º28.65%72.55%-
XYZ33.5742.2841.51-
YUV166.76126.44103.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.44%
GREEN value IS 185 (72.66% from 255) = 38.46%
BLUE value IS 164 (64.45% from 255) = 34.10%
R=27.44%
G=38.46%
B=34.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321851640.2900.110.27156.2327.4662.16
Hex84B9A41D0B1B9c1b3e
Octal20427124435013332343376
Binary1000010010111001101001001110101011110111001110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,185,164); }

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

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

 a { background-color: rgb(132,185,164); }

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

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

 span { border-color: rgb(132,185,164); }

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