#8DD2BB

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

Shades of Bermuda #8DD2BB

Tints of Bermuda #8DD2BB

Color information

#8DD2BB (or 0x8DD2BB) is unknown color: approx Bermuda. HEX triplet: 8D, D2 and BB. RGB value is (141,210,187). Sum of RGB (Red+Green+Blue) = 141+210+187=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD2BB is #722D44. Grayscale: #BABABA. Windows color (decimal): -7482693 or 12309133. OLE color: 12309133.

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

Color convert

RGB141210187-
CMYK0.3300.110.18
HSL160º43.4%68.82%-
HSV(B)160º32.86%82.35%-
XYZ4355.3455.43-
YUV186.75128.1495.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.21%
GREEN value IS 210 (82.42% from 255) = 39.03%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=26.21%
G=39.03%
B=34.76%

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
Decimal1412101870.3300.110.1816043.468.82
Hex8DD2BB210B12a02b45
Octal215322273410132224053105
Binary1000110111010010101110111000010101110010101000001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,210,187); }

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

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

 a { background-color: rgb(141,210,187); }

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

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

 span { border-color: rgb(141,210,187); }

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