#8DD2BA

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

Shades of Bermuda #8DD2BA

Tints of Bermuda #8DD2BA

Color information

#8DD2BA (or 0x8DD2BA) is unknown color: approx Bermuda. HEX triplet: 8D, D2 and BA. RGB value is (141,210,186). Sum of RGB (Red+Green+Blue) = 141+210+186=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD2BA is #722D45. Grayscale: #BABABA. Windows color (decimal): -7482694 or 12243597. OLE color: 12243597.

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

Color convert

RGB141210186-
CMYK0.3300.110.18
HSL159.13º43.4%68.82%-
HSV(B)159.13º32.86%82.35%-
XYZ42.8955.354.87-
YUV186.63127.6495.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.26%
GREEN value IS 210 (82.42% from 255) = 39.11%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=26.26%
G=39.11%
B=34.64%

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
Decimal1412101860.3300.110.18159.1343.468.82
Hex8DD2BA210B129f2b45
Octal215322272410132223753105
Binary1000110111010010101110101000010101110010100111111010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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