#87D4BF

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

Shades of Bermuda #87D4BF

Tints of Bermuda #87D4BF

Color information

#87D4BF (or 0x87D4BF) is unknown color: approx Bermuda. HEX triplet: 87, D4 and BF. RGB value is (135,212,191). Sum of RGB (Red+Green+Blue) = 135+212+191=538 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.09% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #87D4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D4BF is #782B40. Grayscale: #BABABA. Windows color (decimal): -7875393 or 12571783. OLE color: 12571783.

HSL color Cylindrical-coordinate representation of color #87D4BF: hue angle of 163.64º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87D4BF is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB135212191-
CMYK0.3600.100.17
HSL163.64º47.24%68.04%-
HSV(B)163.64º36.32%83.14%-
XYZ42.945657.84-
YUV186.58130.4991.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.09%
GREEN value IS 212 (83.20% from 255) = 39.41%
BLUE value IS 191 (75% from 255) = 35.50%
R=25.09%
G=39.41%
B=35.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1352121910.3600.100.17163.6447.2468.04
Hex87D4BF240A11a42f44
Octal207324277440122124457104
Binary1000011111010100101111111001000101010001101001001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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