#8DCEC0

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

Shades of Bermuda #8DCEC0

Tints of Bermuda #8DCEC0

Color information

#8DCEC0 (or 0x8DCEC0) is unknown color: approx Bermuda. HEX triplet: 8D, CE and C0. RGB value is (141,206,192). Sum of RGB (Red+Green+Blue) = 141+206+192=539 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.16% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEC0 is #72313F. Grayscale: #B8B8B8. Windows color (decimal): -7483712 or 12635789. OLE color: 12635789.

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

Color convert

RGB141206192-
CMYK0.3200.070.19
HSL167.08º39.88%68.04%-
HSV(B)167.08º31.55%80.78%-
XYZ42.5753.6157.97-
YUV184.97131.9796.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.16%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 192 (75.39% from 255) = 35.62%
R=26.16%
G=38.22%
B=35.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412061920.3200.070.19167.0839.8868.04
Hex8DCEC0200713a72844
Octal21531630040072324750104
Binary100011011100111011000000100000011110011101001111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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