#87DBA0

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

Shades of Chinook #87DBA0

Tints of Chinook #87DBA0

Color information

#87DBA0 (or 0x87DBA0) is unknown color: approx Chinook. HEX triplet: 87, DB and A0. RGB value is (135,219,160). Sum of RGB (Red+Green+Blue) = 135+219+160=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #87DBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DBA0 is #78245F. Grayscale: #BBBBBB. Windows color (decimal): -7873632 or 10541959. OLE color: 10541959.

HSL color Cylindrical-coordinate representation of color #87DBA0: hue angle of 137.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87DBA0 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB135219160-
CMYK0.3800.270.14
HSL137.86º53.85%69.41%-
HSV(B)137.86º38.36%85.88%-
XYZ41.6758.3542.32-
YUV187.16112.6790.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.26%
GREEN value IS 219 (85.94% from 255) = 42.61%
BLUE value IS 160 (62.89% from 255) = 31.13%
R=26.26%
G=42.61%
B=31.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352191600.3800.270.14137.8653.8569.41
Hex87DBA02601BE8a3645
Octal207333240460331621266105
Binary1000011111011011101000001001100110111110100010101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,219,160); }

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

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

 a { background-color: rgb(135,219,160); }

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

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

 span { border-color: rgb(135,219,160); }

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