#84B0A3

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

Shades of Sea Nymph #84B0A3

Tints of Sea Nymph #84B0A3

Color information

#84B0A3 (or 0x84B0A3) is unknown color: approx Sea Nymph. HEX triplet: 84, B0 and A3. RGB value is (132,176,163). Sum of RGB (Red+Green+Blue) = 132+176+163=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 176 - color contains mainly: green. Hex color #84B0A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B0A3 is #7B4F5C. Grayscale: #A1A1A1. Windows color (decimal): -8081245 or 10727556. OLE color: 10727556.

HSL color Cylindrical-coordinate representation of color #84B0A3: hue angle of 162.27º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84B0A3 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB132176163-
CMYK0.2500.070.31
HSL162.27º21.78%60.39%-
HSV(B)162.27º25%69.02%-
XYZ31.6538.640.43-
YUV161.36128.92107.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.03%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 163 (64.06% from 255) = 34.61%
R=28.03%
G=37.37%
B=34.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321761630.2500.070.31162.2721.7860.39
Hex84B0A319071Fa2163c
Octal2042602433107372422674
Binary100001001011000010100011110010111111111010001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,176,163); }

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

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

 a { background-color: rgb(132,176,163); }

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

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

 span { border-color: rgb(132,176,163); }

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