#84ABA6

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

Shades of Sea Nymph #84ABA6

Tints of Sea Nymph #84ABA6

Color information

#84ABA6 (or 0x84ABA6) is unknown color: approx Sea Nymph. HEX triplet: 84, AB and A6. RGB value is (132,171,166). Sum of RGB (Red+Green+Blue) = 132+171+166=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 171 - color contains mainly: green. Hex color #84ABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ABA6 is #7B5459. Grayscale: #9E9E9E. Windows color (decimal): -8082522 or 10922884. OLE color: 10922884.

HSL color Cylindrical-coordinate representation of color #84ABA6: hue angle of 172.31º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84ABA6 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB132171166-
CMYK0.2300.030.33
HSL172.31º18.84%59.41%-
HSV(B)172.31º22.81%67.06%-
XYZ30.9636.7841.54-
YUV158.77132.08108.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.14%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 166 (65.23% from 255) = 35.39%
R=28.14%
G=36.46%
B=35.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321711660.2300.030.33172.3118.8459.41
Hex84ABA6170321ac133b
Octal2042532462703412542373
Binary100001001010101110100110101110111000011010110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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