#87AAA5

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

Shades of Sea Nymph #87AAA5

Tints of Sea Nymph #87AAA5

Color information

#87AAA5 (or 0x87AAA5) is unknown color: approx Sea Nymph. HEX triplet: 87, AA and A5. RGB value is (135,170,165). Sum of RGB (Red+Green+Blue) = 135+170+165=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #87AAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AAA5 is #78555A. Grayscale: #9E9E9E. Windows color (decimal): -7886171 or 10857095. OLE color: 10857095.

HSL color Cylindrical-coordinate representation of color #87AAA5: hue angle of 171.43º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87AAA5 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB135170165-
CMYK0.2100.030.33
HSL171.43º17.07%59.8%-
HSV(B)171.43º20.59%66.67%-
XYZ31.1636.6241.02-
YUV158.96131.4110.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.72%
GREEN value IS 170 (66.80% from 255) = 36.17%
BLUE value IS 165 (64.84% from 255) = 35.11%
R=28.72%
G=36.17%
B=35.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351701650.2100.030.33171.4317.0759.8
Hex87AAA5150321ab113c
Octal2072522452503412532174
Binary100001111010101010100101101010111000011010101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87AAA5; }

 p { color: rgb(135,170,165); }

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

<style>
 a { background-color: #87AAA5; }

 a { background-color: rgb(135,170,165); }

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

<style>
 span { border-color: #87AAA5; }

 span { border-color: rgb(135,170,165); }

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