#87CDBA

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

Shades of Bermuda #87CDBA

Tints of Bermuda #87CDBA

Color information

#87CDBA (or 0x87CDBA) is unknown color: approx Bermuda. HEX triplet: 87, CD and BA. RGB value is (135,205,186). Sum of RGB (Red+Green+Blue) = 135+205+186=526 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.67% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #87CDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CDBA is #783245. Grayscale: #B5B5B5. Windows color (decimal): -7877190 or 12242311. OLE color: 12242311.

HSL color Cylindrical-coordinate representation of color #87CDBA: hue angle of 163.71º 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 #87CDBA is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB135205186-
CMYK0.3400.090.20
HSL163.71º41.18%66.67%-
HSV(B)163.71º34.15%80.39%-
XYZ40.6952.3654.42-
YUV181.9130.3194.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.67%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=25.67%
G=38.97%
B=35.36%

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
Decimal1352051860.3400.090.20163.7141.1866.67
Hex87CDBA220914a42943
Octal207315272420112424451103
Binary1000011111001101101110101000100100110100101001001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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