#87D0BF

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

Shades of Bermuda #87D0BF

Tints of Bermuda #87D0BF

Color information

#87D0BF (or 0x87D0BF) is unknown color: approx Bermuda. HEX triplet: 87, D0 and BF. RGB value is (135,208,191). Sum of RGB (Red+Green+Blue) = 135+208+191=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #87D0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D0BF is #782F40. Grayscale: #B8B8B8. Windows color (decimal): -7876417 or 12570759. OLE color: 12570759.

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

Color convert

RGB135208191-
CMYK0.3500.080.18
HSL166.03º43.71%67.25%-
HSV(B)166.03º35.1%81.57%-
XYZ41.9554.0257.51-
YUV184.24131.8292.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.28%
GREEN value IS 208 (81.64% from 255) = 38.95%
BLUE value IS 191 (75% from 255) = 35.77%
R=25.28%
G=38.95%
B=35.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1352081910.3500.080.18166.0343.7167.25
Hex87D0BF230812a62c43
Octal207320277430102224654103
Binary1000011111010000101111111000110100010010101001101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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