#8DD6BD

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

Shades of Bermuda #8DD6BD

Tints of Bermuda #8DD6BD

Color information

#8DD6BD (or 0x8DD6BD) is unknown color: approx Bermuda. HEX triplet: 8D, D6 and BD. RGB value is (141,214,189). Sum of RGB (Red+Green+Blue) = 141+214+189=544 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.92% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD6BD is #722942. Grayscale: #BDBDBD. Windows color (decimal): -7481667 or 12441229. OLE color: 12441229.

HSL color Cylindrical-coordinate representation of color #8DD6BD: hue angle of 159.45º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DD6BD is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB141214189-
CMYK0.3400.120.16
HSL159.45º47.1%69.61%-
HSV(B)159.45º34.11%83.92%-
XYZ44.2257.4356.9-
YUV189.32127.8293.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.92%
GREEN value IS 214 (83.98% from 255) = 39.34%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=25.92%
G=39.34%
B=34.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412141890.3400.120.16159.4547.169.61
Hex8DD6BD220C109f2f46
Octal215326275420142023757106
Binary1000110111010110101111011000100110010000100111111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,214,189); }

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

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

 a { background-color: rgb(141,214,189); }

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

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

 span { border-color: rgb(141,214,189); }

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