#87B5AF

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

Shades of Sea Nymph #87B5AF

Tints of Sea Nymph #87B5AF

Color information

#87B5AF (or 0x87B5AF) is unknown color: approx Sea Nymph. HEX triplet: 87, B5 and AF. RGB value is (135,181,175). Sum of RGB (Red+Green+Blue) = 135+181+175=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 181 - color contains mainly: green. Hex color #87B5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B5AF is #784A50. Grayscale: #A6A6A6. Windows color (decimal): -7883345 or 11515271. OLE color: 11515271.

HSL color Cylindrical-coordinate representation of color #87B5AF: hue angle of 172.17º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87B5AF is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB135181175-
CMYK0.2500.030.29
HSL172.17º23.71%61.96%-
HSV(B)172.17º25.41%70.98%-
XYZ34.2541.2946.72-
YUV166.56132.76105.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.49%
GREEN value IS 181 (71.09% from 255) = 36.86%
BLUE value IS 175 (68.75% from 255) = 35.64%
R=27.49%
G=36.86%
B=35.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351811750.2500.030.29172.1723.7161.96
Hex87B5AF19031Dac183e
Octal2072652573103352543076
Binary10000111101101011010111111001011111011010110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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