#8DCEB8

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

Shades of Bermuda #8DCEB8

Tints of Bermuda #8DCEB8

Color information

#8DCEB8 (or 0x8DCEB8) is unknown color: approx Bermuda. HEX triplet: 8D, CE and B8. RGB value is (141,206,184). Sum of RGB (Red+Green+Blue) = 141+206+184=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEB8 is #723147. Grayscale: #B8B8B8. Windows color (decimal): -7483720 or 12111501. OLE color: 12111501.

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

Color convert

RGB141206184-
CMYK0.3200.110.19
HSL159.69º39.88%68.04%-
HSV(B)159.69º31.55%80.78%-
XYZ41.7153.2753.43-
YUV184.06127.9797.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.55%
GREEN value IS 206 (80.86% from 255) = 38.79%
BLUE value IS 184 (72.27% from 255) = 34.65%
R=26.55%
G=38.79%
B=34.65%

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
Decimal1412061840.3200.110.19159.6939.8868.04
Hex8DCEB8200B13a02844
Octal215316270400132324050104
Binary1000110111001110101110001000000101110011101000001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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