#8DD3BE

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

Shades of Bermuda #8DD3BE

Tints of Bermuda #8DD3BE

Color information

#8DD3BE (or 0x8DD3BE) is unknown color: approx Bermuda. HEX triplet: 8D, D3 and BE. RGB value is (141,211,190). Sum of RGB (Red+Green+Blue) = 141+211+190=542 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.01% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD3BE is #722C41. Grayscale: #BBBBBB. Windows color (decimal): -7482434 or 12505997. OLE color: 12505997.

HSL color Cylindrical-coordinate representation of color #8DD3BE: hue angle of 162º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD3BE is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB141211190-
CMYK0.3300.100.17
HSL162º44.3%69.02%-
HSV(B)162º33.18%82.75%-
XYZ43.5755.9757.22-
YUV187.68129.3194.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.01%
GREEN value IS 211 (82.81% from 255) = 38.93%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=26.01%
G=38.93%
B=35.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1412111900.3300.100.1716244.369.02
Hex8DD3BE210A11a22c45
Octal215323276410122124254105
Binary1000110111010011101111101000010101010001101000101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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