#87C1C0

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

Shades of Bermuda #87C1C0

Tints of Bermuda #87C1C0

Color information

#87C1C0 (or 0x87C1C0) is unknown color: approx Bermuda. HEX triplet: 87, C1 and C0. RGB value is (135,193,192). Sum of RGB (Red+Green+Blue) = 135+193+192=520 (68% of max value = 765). Red value is 135 (53.12% from 255 or 25.96% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #87C1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C1C0 is #783E3F. Grayscale: #AFAFAF. Windows color (decimal): -7880256 or 12632455. OLE color: 12632455.

HSL color Cylindrical-coordinate representation of color #87C1C0: hue angle of 178.97º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87C1C0 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB135193192-
CMYK0.3000.010.24
HSL178.97º31.87%64.31%-
HSV(B)178.97º30.05%75.69%-
XYZ38.5847.156.93-
YUV175.54137.2899.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.96%
GREEN value IS 193 (75.78% from 255) = 37.12%
BLUE value IS 192 (75.39% from 255) = 36.92%
R=25.96%
G=37.12%
B=36.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351931920.3000.010.24178.9731.8764.31
Hex87C1C01E0118b32040
Octal20730130036013026340100
Binary100001111100000111000000111100111000101100111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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