#87BAAF

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

Shades of Sea Nymph #87BAAF

Tints of Sea Nymph #87BAAF

Color information

#87BAAF (or 0x87BAAF) is unknown color: approx Sea Nymph. HEX triplet: 87, BA and AF. RGB value is (135,186,175). Sum of RGB (Red+Green+Blue) = 135+186+175=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #87BAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BAAF is #784550. Grayscale: #A9A9A9. Windows color (decimal): -7882065 or 11516551. OLE color: 11516551.

HSL color Cylindrical-coordinate representation of color #87BAAF: hue angle of 167.06º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87BAAF is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB135186175-
CMYK0.2700.060.27
HSL167.06º26.98%62.94%-
HSV(B)167.06º27.42%72.94%-
XYZ35.2943.3647.07-
YUV169.5131.1103.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.22%
GREEN value IS 186 (73.05% from 255) = 37.5%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=27.22%
G=37.5%
B=35.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351861750.2700.060.27167.0626.9862.94
Hex87BAAF1B061Ba71b3f
Octal2072722573306332473377
Binary100001111011101010101111110110110110111010011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,186,175); }

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

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

 a { background-color: rgb(135,186,175); }

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

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

 span { border-color: rgb(135,186,175); }

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