#87CFB4

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

Shades of Bermuda #87CFB4

Tints of Bermuda #87CFB4

Color information

#87CFB4 (or 0x87CFB4) is unknown color: approx Bermuda. HEX triplet: 87, CF and B4. RGB value is (135,207,180). Sum of RGB (Red+Green+Blue) = 135+207+180=522 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.86% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #87CFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CFB4 is #78304B. Grayscale: #B6B6B6. Windows color (decimal): -7876684 or 11849607. OLE color: 11849607.

HSL color Cylindrical-coordinate representation of color #87CFB4: hue angle of 157.5º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87CFB4 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB135207180-
CMYK0.3500.130.19
HSL157.5º42.86%67.06%-
HSV(B)157.5º34.78%81.18%-
XYZ40.5453.0751.29-
YUV182.39126.6594.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.86%
GREEN value IS 207 (81.25% from 255) = 39.66%
BLUE value IS 180 (70.70% from 255) = 34.48%
R=25.86%
G=39.66%
B=34.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1352071800.3500.130.19157.542.8667.06
Hex87CFB4230D139e2b43
Octal207317264430152323653103
Binary1000011111001111101101001000110110110011100111101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,207,180); }

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

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

 a { background-color: rgb(135,207,180); }

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

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

 span { border-color: rgb(135,207,180); }

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