#87C0C0

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

Shades of Bermuda #87C0C0

Tints of Bermuda #87C0C0

Color information

#87C0C0 (or 0x87C0C0) is unknown color: approx Bermuda. HEX triplet: 87, C0 and C0. RGB value is (135,192,192). Sum of RGB (Red+Green+Blue) = 135+192+192=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: green, blue. Hex color #87C0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C0C0 is #783F3F. Grayscale: #AEAEAE. Windows color (decimal): -7880512 or 12632199. OLE color: 12632199.

HSL color Cylindrical-coordinate representation of color #87C0C0: hue angle of 180º 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 #87C0C0 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135192192-
CMYK0.30000.25
HSL180º31.15%64.12%-
HSV(B)180º29.69%75.29%-
XYZ38.3646.6656.85-
YUV174.96137.6299.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.01%
GREEN value IS 192 (75.39% from 255) = 36.99%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=26.01%
G=36.99%
B=36.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351921920.30000.2518031.1564.12
Hex87C0C01E0019b41f40
Octal20730030036003126437100
Binary10000111110000001100000011110001100110110100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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