#8DD3BB

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

Shades of Bermuda #8DD3BB

Tints of Bermuda #8DD3BB

Color information

#8DD3BB (or 0x8DD3BB) is unknown color: approx Bermuda. HEX triplet: 8D, D3 and BB. RGB value is (141,211,187). Sum of RGB (Red+Green+Blue) = 141+211+187=539 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.16% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD3BB is #722C44. Grayscale: #BBBBBB. Windows color (decimal): -7482437 or 12309389. OLE color: 12309389.

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

Color convert

RGB141211187-
CMYK0.3300.110.17
HSL159.43º44.3%69.02%-
HSV(B)159.43º33.18%82.75%-
XYZ43.2555.8455.51-
YUV187.33127.8194.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.16%
GREEN value IS 211 (82.81% from 255) = 39.15%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=26.16%
G=39.15%
B=34.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1412111870.3300.110.17159.4344.369.02
Hex8DD3BB210B119f2c45
Octal215323273410132123754105
Binary1000110111010011101110111000010101110001100111111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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