#84AFA7

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

Shades of Sea Nymph #84AFA7

Tints of Sea Nymph #84AFA7

Color information

#84AFA7 (or 0x84AFA7) is unknown color: approx Sea Nymph. HEX triplet: 84, AF and A7. RGB value is (132,175,167). Sum of RGB (Red+Green+Blue) = 132+175+167=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #84AFA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AFA7 is #7B5058. Grayscale: #A1A1A1. Windows color (decimal): -8081497 or 10989444. OLE color: 10989444.

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

Color convert

RGB132175167-
CMYK0.2500.050.31
HSL168.84º21.18%60.2%-
HSV(B)168.84º24.57%68.63%-
XYZ31.8238.3642.29-
YUV161.23131.25107.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.85%
GREEN value IS 175 (68.75% from 255) = 36.92%
BLUE value IS 167 (65.62% from 255) = 35.23%
R=27.85%
G=36.92%
B=35.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321751670.2500.050.31168.8421.1860.2
Hex84AFA719051Fa9153c
Octal2042572473105372512574
Binary100001001010111110100111110010101111111010100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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