#84B4A7

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

Shades of Sea Nymph #84B4A7

Tints of Sea Nymph #84B4A7

Color information

#84B4A7 (or 0x84B4A7) is unknown color: approx Sea Nymph. HEX triplet: 84, B4 and A7. RGB value is (132,180,167). Sum of RGB (Red+Green+Blue) = 132+180+167=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 180 - color contains mainly: green. Hex color #84B4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B4A7 is #7B4B58. Grayscale: #A4A4A4. Windows color (decimal): -8080217 or 10990724. OLE color: 10990724.

HSL color Cylindrical-coordinate representation of color #84B4A7: hue angle of 163.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 #84B4A7 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB132180167-
CMYK0.2700.070.29
HSL163.75º24.24%61.18%-
HSV(B)163.75º26.67%70.59%-
XYZ32.8140.3442.62-
YUV164.17129.6105.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.56%
GREEN value IS 180 (70.70% from 255) = 37.58%
BLUE value IS 167 (65.62% from 255) = 34.86%
R=27.56%
G=37.58%
B=34.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321801670.2700.070.29163.7524.2461.18
Hex84B4A71B071Da4183d
Octal2042642473307352443075
Binary100001001011010010100111110110111111011010010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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