#8DCCBA

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

Shades of Bermuda #8DCCBA

Tints of Bermuda #8DCCBA

Color information

#8DCCBA (or 0x8DCCBA) is unknown color: approx Bermuda. HEX triplet: 8D, CC and BA. RGB value is (141,204,186). Sum of RGB (Red+Green+Blue) = 141+204+186=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCCBA is #723345. Grayscale: #B7B7B7. Windows color (decimal): -7484230 or 12242061. OLE color: 12242061.

HSL color Cylindrical-coordinate representation of color #8DCCBA: hue angle of 162.86º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCCBA is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB141204186-
CMYK0.3100.090.2
HSL162.86º38.18%67.65%-
HSV(B)162.86º30.88%80%-
XYZ41.4452.3954.38-
YUV183.11129.6397.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.55%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=26.55%
G=38.42%
B=35.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1412041860.3100.090.2162.8638.1867.65
Hex8DCCBA1F0914a32644
Octal215314272370112424346104
Binary100011011100110010111010111110100110100101000111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,204,186); }

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

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

 a { background-color: rgb(141,204,186); }

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

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

 span { border-color: rgb(141,204,186); }

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