#8DC2BE

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

Shades of Bermuda #8DC2BE

Tints of Bermuda #8DC2BE

Color information

#8DC2BE (or 0x8DC2BE) is unknown color: approx Bermuda. HEX triplet: 8D, C2 and BE. RGB value is (141,194,190). Sum of RGB (Red+Green+Blue) = 141+194+190=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC2BE is #723D41. Grayscale: #B1B1B1. Windows color (decimal): -7486786 or 12501645. OLE color: 12501645.

HSL color Cylindrical-coordinate representation of color #8DC2BE: hue angle of 175.47º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DC2BE is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB141194190-
CMYK0.2700.020.24
HSL175.47º30.29%65.69%-
HSV(B)175.47º27.32%76.08%-
XYZ39.5747.9655.89-
YUV177.7134.94101.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.86%
GREEN value IS 194 (76.17% from 255) = 36.95%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=26.86%
G=36.95%
B=36.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411941900.2700.020.24175.4730.2965.69
Hex8DC2BE1B0218af1e42
Octal21530227633023025736102
Binary100011011100001010111110110110101100010101111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DC2BE; }

 p { color: rgb(141,194,190); }

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

<style>
 a { background-color: #8DC2BE; }

 a { background-color: rgb(141,194,190); }

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

<style>
 span { border-color: #8DC2BE; }

 span { border-color: rgb(141,194,190); }

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