#8DCEB7

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

Shades of Bermuda #8DCEB7

Tints of Bermuda #8DCEB7

Color information

#8DCEB7 (or 0x8DCEB7) is unknown color: approx Bermuda. HEX triplet: 8D, CE and B7. RGB value is (141,206,183). Sum of RGB (Red+Green+Blue) = 141+206+183=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEB7 is #723148. Grayscale: #B7B7B7. Windows color (decimal): -7483721 or 12045965. OLE color: 12045965.

HSL color Cylindrical-coordinate representation of color #8DCEB7: hue angle of 158.77º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCEB7 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB141206183-
CMYK0.3200.110.19
HSL158.77º39.88%68.04%-
HSV(B)158.77º31.55%80.78%-
XYZ41.653.2252.88-
YUV183.94127.4797.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.60%
GREEN value IS 206 (80.86% from 255) = 38.87%
BLUE value IS 183 (71.88% from 255) = 34.53%
R=26.60%
G=38.87%
B=34.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412061830.3200.110.19158.7739.8868.04
Hex8DCEB7200B139f2844
Octal215316267400132323750104
Binary1000110111001110101101111000000101110011100111111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,206,183); }

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

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

 a { background-color: rgb(141,206,183); }

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

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

 span { border-color: rgb(141,206,183); }

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