#84B2A8

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

Shades of Sea Nymph #84B2A8

Tints of Sea Nymph #84B2A8

Color information

#84B2A8 (or 0x84B2A8) is unknown color: approx Sea Nymph. HEX triplet: 84, B2 and A8. RGB value is (132,178,168). Sum of RGB (Red+Green+Blue) = 132+178+168=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 178 - color contains mainly: green. Hex color #84B2A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B2A8 is #7B4D57. Grayscale: #A3A3A3. Windows color (decimal): -8080728 or 11055748. OLE color: 11055748.

HSL color Cylindrical-coordinate representation of color #84B2A8: hue angle of 166.96º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84B2A8 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB132178168-
CMYK0.2600.060.30
HSL166.96º23%60.78%-
HSV(B)166.96º25.84%69.8%-
XYZ32.539.5742.97-
YUV163.11130.76105.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.62%
GREEN value IS 178 (69.92% from 255) = 37.24%
BLUE value IS 168 (66.02% from 255) = 35.15%
R=27.62%
G=37.24%
B=35.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321781680.2600.060.30166.962360.78
Hex84B2A81A061Ea7173d
Octal2042622503206362472775
Binary100001001011001010101000110100110111101010011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,178,168); }

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

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

 a { background-color: rgb(132,178,168); }

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

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

 span { border-color: rgb(132,178,168); }

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