#84B4AB

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

Shades of Sea Nymph #84B4AB

Tints of Sea Nymph #84B4AB

Color information

#84B4AB (or 0x84B4AB) is unknown color: approx Sea Nymph. HEX triplet: 84, B4 and AB. RGB value is (132,180,171). Sum of RGB (Red+Green+Blue) = 132+180+171=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #84B4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B4AB is #7B4B54. Grayscale: #A4A4A4. Windows color (decimal): -8080213 or 11252868. OLE color: 11252868.

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

Color convert

RGB132180171-
CMYK0.2700.050.29
HSL168.75º24.24%61.18%-
HSV(B)168.75º26.67%70.59%-
XYZ33.1940.4944.59-
YUV164.62131.6104.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.33%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 171 (67.19% from 255) = 35.40%
R=27.33%
G=37.27%
B=35.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321801710.2700.050.29168.7524.2461.18
Hex84B4AB1B051Da9183d
Octal2042642533305352513075
Binary100001001011010010101011110110101111011010100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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