#87DCBF

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

Shades of Bermuda #87DCBF

Tints of Bermuda #87DCBF

Color information

#87DCBF (or 0x87DCBF) is unknown color: approx Bermuda. HEX triplet: 87, DC and BF. RGB value is (135,220,191). Sum of RGB (Red+Green+Blue) = 135+220+191=546 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.73% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DCBF is #782340. Grayscale: #BFBFBF. Windows color (decimal): -7873345 or 12573831. OLE color: 12573831.

HSL color Cylindrical-coordinate representation of color #87DCBF: hue angle of 159.53º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DCBF is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB135220191-
CMYK0.3900.130.14
HSL159.53º54.84%69.61%-
HSV(B)159.53º38.64%86.27%-
XYZ44.9960.158.52-
YUV191.28127.8487.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.73%
GREEN value IS 220 (86.33% from 255) = 40.29%
BLUE value IS 191 (75% from 255) = 34.98%
R=24.73%
G=40.29%
B=34.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352201910.3900.130.14159.5354.8469.61
Hex87DCBF270DEa03746
Octal207334277470151624067106
Binary100001111101110010111111100111011011110101000001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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