#8DCEB9

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

Shades of Bermuda #8DCEB9

Tints of Bermuda #8DCEB9

Color information

#8DCEB9 (or 0x8DCEB9) is unknown color: approx Bermuda. HEX triplet: 8D, CE and B9. RGB value is (141,206,185). Sum of RGB (Red+Green+Blue) = 141+206+185=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEB9 is #723146. Grayscale: #B8B8B8. Windows color (decimal): -7483719 or 12177037. OLE color: 12177037.

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

Color convert

RGB141206185-
CMYK0.3200.100.19
HSL160.62º39.88%68.04%-
HSV(B)160.62º31.55%80.78%-
XYZ41.8153.3153.98-
YUV184.17128.4797.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.50%
GREEN value IS 206 (80.86% from 255) = 38.72%
BLUE value IS 185 (72.66% from 255) = 34.77%
R=26.50%
G=38.72%
B=34.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412061850.3200.100.19160.6239.8868.04
Hex8DCEB9200A13a12844
Octal215316271400122324150104
Binary1000110111001110101110011000000101010011101000011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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