#8DCEBE

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

Shades of Bermuda #8DCEBE

Tints of Bermuda #8DCEBE

Color information

#8DCEBE (or 0x8DCEBE) is unknown color: approx Bermuda. HEX triplet: 8D, CE and BE. RGB value is (141,206,190). Sum of RGB (Red+Green+Blue) = 141+206+190=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEBE is #723141. Grayscale: #B8B8B8. Windows color (decimal): -7483714 or 12504717. OLE color: 12504717.

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

Color convert

RGB141206190-
CMYK0.3200.080.19
HSL165.23º39.88%68.04%-
HSV(B)165.23º31.55%80.78%-
XYZ42.3553.5256.81-
YUV184.74130.9796.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.26%
GREEN value IS 206 (80.86% from 255) = 38.36%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=26.26%
G=38.36%
B=35.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412061900.3200.080.19165.2339.8868.04
Hex8DCEBE200813a52844
Octal215316276400102324550104
Binary1000110111001110101111101000000100010011101001011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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