#8DD3BD

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

Shades of Bermuda #8DD3BD

Tints of Bermuda #8DD3BD

Color information

#8DD3BD (or 0x8DD3BD) is unknown color: approx Bermuda. HEX triplet: 8D, D3 and BD. RGB value is (141,211,189). Sum of RGB (Red+Green+Blue) = 141+211+189=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD3BD is #722C42. Grayscale: #BBBBBB. Windows color (decimal): -7482435 or 12440461. OLE color: 12440461.

HSL color Cylindrical-coordinate representation of color #8DD3BD: hue angle of 161.14º 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 #8DD3BD is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB141211189-
CMYK0.3300.100.17
HSL161.14º44.3%69.02%-
HSV(B)161.14º33.18%82.75%-
XYZ43.4655.9356.65-
YUV187.56128.8194.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.06%
GREEN value IS 211 (82.81% from 255) = 39.00%
BLUE value IS 189 (74.22% from 255) = 34.94%
R=26.06%
G=39.00%
B=34.94%

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
Decimal1412111890.3300.100.17161.1444.369.02
Hex8DD3BD210A11a12c45
Octal215323275410122124154105
Binary1000110111010011101111011000010101010001101000011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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