#87C1C1

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

Shades of Bermuda #87C1C1

Tints of Bermuda #87C1C1

Color information

#87C1C1 (or 0x87C1C1) is unknown color: approx Bermuda. HEX triplet: 87, C1 and C1. RGB value is (135,193,193). Sum of RGB (Red+Green+Blue) = 135+193+193=521 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.91% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: green, blue. Hex color #87C1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C1C1 is #783E3E. Grayscale: #AFAFAF. Windows color (decimal): -7880255 or 12697991. OLE color: 12697991.

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

Color convert

RGB135193193-
CMYK0.30000.24
HSL180º31.87%64.31%-
HSV(B)180º30.05%75.69%-
XYZ38.6947.1457.51-
YUV175.66137.7899-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.91%
GREEN value IS 193 (75.78% from 255) = 37.04%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=25.91%
G=37.04%
B=37.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351931930.30000.2418031.8764.31
Hex87C1C11E0018b42040
Octal20730130136003026440100
Binary100001111100000111000001111100011000101101001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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