#87D5BF

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

Shades of Bermuda #87D5BF

Tints of Bermuda #87D5BF

Color information

#87D5BF (or 0x87D5BF) is unknown color: approx Bermuda. HEX triplet: 87, D5 and BF. RGB value is (135,213,191). Sum of RGB (Red+Green+Blue) = 135+213+191=539 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.05% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #87D5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D5BF is #782A40. Grayscale: #BBBBBB. Windows color (decimal): -7875137 or 12572039. OLE color: 12572039.

HSL color Cylindrical-coordinate representation of color #87D5BF: hue angle of 163.08º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87D5BF is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB135213191-
CMYK0.3700.100.16
HSL163.08º48.15%68.24%-
HSV(B)163.08º36.62%83.53%-
XYZ43.1956.557.92-
YUV187.17130.1690.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.05%
GREEN value IS 213 (83.59% from 255) = 39.52%
BLUE value IS 191 (75% from 255) = 35.44%
R=25.05%
G=39.52%
B=35.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1352131910.3700.100.16163.0848.1568.24
Hex87D5BF250A10a33044
Octal207325277450122024360104
Binary1000011111010101101111111001010101010000101000111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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