#8DD1BA

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

Shades of Bermuda #8DD1BA

Tints of Bermuda #8DD1BA

Color information

#8DD1BA (or 0x8DD1BA) is unknown color: approx Bermuda. HEX triplet: 8D, D1 and BA. RGB value is (141,209,186). Sum of RGB (Red+Green+Blue) = 141+209+186=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD1BA is #722E45. Grayscale: #BABABA. Windows color (decimal): -7482950 or 12243341. OLE color: 12243341.

HSL color Cylindrical-coordinate representation of color #8DD1BA: hue angle of 159.71º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD1BA is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB141209186-
CMYK0.3300.110.18
HSL159.71º42.5%68.63%-
HSV(B)159.71º32.54%81.96%-
XYZ42.6554.8154.79-
YUV186.05127.9795.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.31%
GREEN value IS 209 (82.03% from 255) = 38.99%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=26.31%
G=38.99%
B=34.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412091860.3300.110.18159.7142.568.63
Hex8DD1BA210B12a02a45
Octal215321272410132224052105
Binary1000110111010001101110101000010101110010101000001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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