#8DDABD

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

Shades of Bermuda #8DDABD

Tints of Bermuda #8DDABD

Color information

#8DDABD (or 0x8DDABD) is unknown color: approx Bermuda. HEX triplet: 8D, DA and BD. RGB value is (141,218,189). Sum of RGB (Red+Green+Blue) = 141+218+189=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDABD is #722542. Grayscale: #BFBFBF. Windows color (decimal): -7480643 or 12442253. OLE color: 12442253.

HSL color Cylindrical-coordinate representation of color #8DDABD: hue angle of 157.4º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DDABD is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB141218189-
CMYK0.3500.130.15
HSL157.4º50.99%70.39%-
HSV(B)157.4º35.32%85.49%-
XYZ45.2459.4857.24-
YUV191.67126.4991.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.73%
GREEN value IS 218 (85.55% from 255) = 39.78%
BLUE value IS 189 (74.22% from 255) = 34.49%
R=25.73%
G=39.78%
B=34.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412181890.3500.130.15157.450.9970.39
Hex8DDABD230DF9d3346
Octal215332275430151723563106
Binary100011011101101010111101100011011011111100111011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,218,189); }

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

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

 a { background-color: rgb(141,218,189); }

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

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

 span { border-color: rgb(141,218,189); }

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