#87C0A7

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

Shades of Sea Nymph #87C0A7

Tints of Sea Nymph #87C0A7

Color information

#87C0A7 (or 0x87C0A7) is unknown color: approx Sea Nymph. HEX triplet: 87, C0 and A7. RGB value is (135,192,167). Sum of RGB (Red+Green+Blue) = 135+192+167=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #87C0A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C0A7 is #783F58. Grayscale: #ACACAC. Windows color (decimal): -7880537 or 10993799. OLE color: 10993799.

HSL color Cylindrical-coordinate representation of color #87C0A7: hue angle of 153.68º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87C0A7 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB135192167-
CMYK0.3000.130.25
HSL153.68º31.15%64.12%-
HSV(B)153.68º29.69%75.29%-
XYZ35.8245.6443.48-
YUV172.11125.12101.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.33%
GREEN value IS 192 (75.39% from 255) = 38.87%
BLUE value IS 167 (65.62% from 255) = 33.81%
R=27.33%
G=38.87%
B=33.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351921670.3000.130.25153.6831.1564.12
Hex87C0A71E0D199a1f40
Octal207300247360153123237100
Binary10000111110000001010011111110011011100110011010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,192,167); }

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

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

 a { background-color: rgb(135,192,167); }

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

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

 span { border-color: rgb(135,192,167); }

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