#84B0AB

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

Shades of Sea Nymph #84B0AB

Tints of Sea Nymph #84B0AB

Color information

#84B0AB (or 0x84B0AB) is unknown color: approx Sea Nymph. HEX triplet: 84, B0 and AB. RGB value is (132,176,171). Sum of RGB (Red+Green+Blue) = 132+176+171=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 176 - color contains mainly: green. Hex color #84B0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B0AB is #7B4F54. Grayscale: #A2A2A2. Windows color (decimal): -8081237 or 11251844. OLE color: 11251844.

HSL color Cylindrical-coordinate representation of color #84B0AB: hue angle of 173.18º 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 #84B0AB is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB132176171-
CMYK0.2500.030.31
HSL173.18º21.78%60.39%-
HSV(B)173.18º25%69.02%-
XYZ32.3938.944.33-
YUV162.27132.92106.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.56%
GREEN value IS 176 (69.14% from 255) = 36.74%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=27.56%
G=36.74%
B=35.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321761710.2500.030.31173.1821.7860.39
Hex84B0AB19031Fad163c
Octal2042602533103372552674
Binary10000100101100001010101111001011111111010110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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