#84B3A1

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

Shades of Sea Nymph #84B3A1

Tints of Sea Nymph #84B3A1

Color information

#84B3A1 (or 0x84B3A1) is unknown color: approx Sea Nymph. HEX triplet: 84, B3 and A1. RGB value is (132,179,161). Sum of RGB (Red+Green+Blue) = 132+179+161=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 179 - color contains mainly: green. Hex color #84B3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B3A1 is #7B4C5E. Grayscale: #A2A2A2. Windows color (decimal): -8080479 or 10597252. OLE color: 10597252.

HSL color Cylindrical-coordinate representation of color #84B3A1: hue angle of 157.02º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84B3A1 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB132179161-
CMYK0.2600.100.30
HSL157.02º23.62%60.98%-
HSV(B)157.02º26.26%70.2%-
XYZ32.0739.7239.69-
YUV162.89126.93105.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.97%
GREEN value IS 179 (70.31% from 255) = 37.92%
BLUE value IS 161 (63.28% from 255) = 34.11%
R=27.97%
G=37.92%
B=34.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321791610.2600.100.30157.0223.6260.98
Hex84B3A11A0A1E9d183d
Octal20426324132012362353075
Binary1000010010110011101000011101001010111101001110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,179,161); }

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

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

 a { background-color: rgb(132,179,161); }

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

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

 span { border-color: rgb(132,179,161); }

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