#8DCDBC

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

Shades of Bermuda #8DCDBC

Tints of Bermuda #8DCDBC

Color information

#8DCDBC (or 0x8DCDBC) is unknown color: approx Bermuda. HEX triplet: 8D, CD and BC. RGB value is (141,205,188). Sum of RGB (Red+Green+Blue) = 141+205+188=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCDBC is #723243. Grayscale: #B7B7B7. Windows color (decimal): -7483972 or 12373389. OLE color: 12373389.

HSL color Cylindrical-coordinate representation of color #8DCDBC: hue angle of 164.06º degrees, saturation: 0.39, 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 #8DCDBC is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB141205188-
CMYK0.3100.080.20
HSL164.06º39.02%67.84%-
HSV(B)164.06º31.22%80.39%-
XYZ41.8952.9655.59-
YUV183.93130.397.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.40%
GREEN value IS 205 (80.47% from 255) = 38.39%
BLUE value IS 188 (73.83% from 255) = 35.21%
R=26.40%
G=38.39%
B=35.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051880.3100.080.20164.0639.0267.84
Hex8DCDBC1F0814a42744
Octal215315274370102424447104
Binary100011011100110110111100111110100010100101001001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,205,188); }

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

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

 a { background-color: rgb(141,205,188); }

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

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

 span { border-color: rgb(141,205,188); }

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