#8DD9BE

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

Shades of Bermuda #8DD9BE

Tints of Bermuda #8DD9BE

Color information

#8DD9BE (or 0x8DD9BE) is unknown color: approx Bermuda. HEX triplet: 8D, D9 and BE. RGB value is (141,217,190). Sum of RGB (Red+Green+Blue) = 141+217+190=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD9BE is #722641. Grayscale: #BFBFBF. Windows color (decimal): -7480898 or 12507533. OLE color: 12507533.

HSL color Cylindrical-coordinate representation of color #8DD9BE: hue angle of 158.68º degrees, saturation: 0.5, 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 #8DD9BE is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB141217190-
CMYK0.3500.120.15
HSL158.68º50%70.2%-
HSV(B)158.68º35.02%85.1%-
XYZ45.0959.0157.73-
YUV191.2127.3292.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.73%
GREEN value IS 217 (85.16% from 255) = 39.60%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=25.73%
G=39.60%
B=34.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412171900.3500.120.15158.685070.2
Hex8DD9BE230CF9f3246
Octal215331276430141723762106
Binary100011011101100110111110100011011001111100111111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,217,190); }

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

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

 a { background-color: rgb(141,217,190); }

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

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

 span { border-color: rgb(141,217,190); }

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