#87D0C4

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

Shades of Bermuda #87D0C4

Tints of Bermuda #87D0C4

Color information

#87D0C4 (or 0x87D0C4) is unknown color: approx Bermuda. HEX triplet: 87, D0 and C4. RGB value is (135,208,196). Sum of RGB (Red+Green+Blue) = 135+208+196=539 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.05% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 208 - color contains mainly: green. Hex color #87D0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D0C4 is #782F3B. Grayscale: #B8B8B8. Windows color (decimal): -7876412 or 12898439. OLE color: 12898439.

HSL color Cylindrical-coordinate representation of color #87D0C4: hue angle of 170.14º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87D0C4 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB135208196-
CMYK0.3500.060.18
HSL170.14º43.71%67.25%-
HSV(B)170.14º35.1%81.57%-
XYZ42.5154.2560.45-
YUV184.8134.3292.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.05%
GREEN value IS 208 (81.64% from 255) = 38.59%
BLUE value IS 196 (76.95% from 255) = 36.36%
R=25.05%
G=38.59%
B=36.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1352081960.3500.060.18170.1443.7167.25
Hex87D0C4230612aa2c43
Octal20732030443062225254103
Binary100001111101000011000100100011011010010101010101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,208,196); }

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

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

 a { background-color: rgb(135,208,196); }

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

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

 span { border-color: rgb(135,208,196); }

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