#87CDBB

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

Shades of Bermuda #87CDBB

Tints of Bermuda #87CDBB

Color information

#87CDBB (or 0x87CDBB) is unknown color: approx Bermuda. HEX triplet: 87, CD and BB. RGB value is (135,205,187). Sum of RGB (Red+Green+Blue) = 135+205+187=527 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.62% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #87CDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CDBB is #783244. Grayscale: #B6B6B6. Windows color (decimal): -7877189 or 12307847. OLE color: 12307847.

HSL color Cylindrical-coordinate representation of color #87CDBB: hue angle of 164.57º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87CDBB is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB135205187-
CMYK0.3400.090.20
HSL164.57º41.18%66.67%-
HSV(B)164.57º34.15%80.39%-
XYZ40.7952.454.98-
YUV182.02130.8194.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.62%
GREEN value IS 205 (80.47% from 255) = 38.90%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=25.62%
G=38.90%
B=35.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1352051870.3400.090.20164.5741.1866.67
Hex87CDBB220914a52943
Octal207315273420112424551103
Binary1000011111001101101110111000100100110100101001011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,205,187); }

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

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

 a { background-color: rgb(135,205,187); }

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

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

 span { border-color: rgb(135,205,187); }

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