#84B6AB

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

Shades of Sea Nymph #84B6AB

Tints of Sea Nymph #84B6AB

Color information

#84B6AB (or 0x84B6AB) is unknown color: approx Sea Nymph. HEX triplet: 84, B6 and AB. RGB value is (132,182,171). Sum of RGB (Red+Green+Blue) = 132+182+171=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 182 - color contains mainly: green. Hex color #84B6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B6AB is #7B4954. Grayscale: #A5A5A5. Windows color (decimal): -8079701 or 11253380. OLE color: 11253380.

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

Color convert

RGB132182171-
CMYK0.2700.060.29
HSL166.8º25.51%61.57%-
HSV(B)166.8º27.47%71.37%-
XYZ33.5941.344.73-
YUV165.8130.94103.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.22%
GREEN value IS 182 (71.48% from 255) = 37.53%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=27.22%
G=37.53%
B=35.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321821710.2700.060.29166.825.5161.57
Hex84B6AB1B061Da71a3e
Octal2042662533306352473276
Binary100001001011011010101011110110110111011010011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,182,171); }

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

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

 a { background-color: rgb(132,182,171); }

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

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

 span { border-color: rgb(132,182,171); }

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