#87CFBD

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

Shades of Bermuda #87CFBD

Tints of Bermuda #87CFBD

Color information

#87CFBD (or 0x87CFBD) is unknown color: approx Bermuda. HEX triplet: 87, CF and BD. RGB value is (135,207,189). Sum of RGB (Red+Green+Blue) = 135+207+189=531 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.42% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #87CFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CFBD is #783042. Grayscale: #B7B7B7. Windows color (decimal): -7876675 or 12439431. OLE color: 12439431.

HSL color Cylindrical-coordinate representation of color #87CFBD: hue angle of 165º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87CFBD is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB135207189-
CMYK0.3500.090.19
HSL165º42.86%67.06%-
HSV(B)165º34.78%81.18%-
XYZ41.4953.4556.27-
YUV183.42131.1593.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.42%
GREEN value IS 207 (81.25% from 255) = 38.98%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=25.42%
G=38.98%
B=35.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1352071890.3500.090.1916542.8667.06
Hex87CFBD230913a52b43
Octal207317275430112324553103
Binary1000011111001111101111011000110100110011101001011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,207,189); }

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

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

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

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

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

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

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