#87D0C6

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

Shades of Bermuda #87D0C6

Tints of Bermuda #87D0C6

Color information

#87D0C6 (or 0x87D0C6) is unknown color: approx Bermuda. HEX triplet: 87, D0 and C6. RGB value is (135,208,198). Sum of RGB (Red+Green+Blue) = 135+208+198=541 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.95% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 208 - color contains mainly: green. Hex color #87D0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D0C6 is #782F39. Grayscale: #B9B9B9. Windows color (decimal): -7876410 or 13029511. OLE color: 13029511.

HSL color Cylindrical-coordinate representation of color #87D0C6: hue angle of 171.78º 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 #87D0C6 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB135208198-
CMYK0.3500.050.18
HSL171.78º43.71%67.25%-
HSV(B)171.78º35.1%81.57%-
XYZ42.7454.3461.66-
YUV185.03135.3292.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.95%
GREEN value IS 208 (81.64% from 255) = 38.45%
BLUE value IS 198 (77.73% from 255) = 36.60%
R=24.95%
G=38.45%
B=36.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1352081980.3500.050.18171.7843.7167.25
Hex87D0C6230512ac2c43
Octal20732030643052225454103
Binary100001111101000011000110100011010110010101011001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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