#87D0BC

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

Shades of Bermuda #87D0BC

Tints of Bermuda #87D0BC

Color information

#87D0BC (or 0x87D0BC) is unknown color: approx Bermuda. HEX triplet: 87, D0 and BC. RGB value is (135,208,188). Sum of RGB (Red+Green+Blue) = 135+208+188=531 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.42% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #87D0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D0BC is #782F43. Grayscale: #B7B7B7. Windows color (decimal): -7876420 or 12374151. OLE color: 12374151.

HSL color Cylindrical-coordinate representation of color #87D0BC: hue angle of 163.56º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87D0BC is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB135208188-
CMYK0.3500.100.18
HSL163.56º43.71%67.25%-
HSV(B)163.56º35.1%81.57%-
XYZ41.6253.8955.79-
YUV183.89130.3293.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.42%
GREEN value IS 208 (81.64% from 255) = 39.17%
BLUE value IS 188 (73.83% from 255) = 35.40%
R=25.42%
G=39.17%
B=35.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1352081880.3500.100.18163.5643.7167.25
Hex87D0BC230A12a42c43
Octal207320274430122224454103
Binary1000011111010000101111001000110101010010101001001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,208,188); }

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

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

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

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

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

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

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