#8DCAC5

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

Shades of Bermuda #8DCAC5

Tints of Bermuda #8DCAC5

Color information

#8DCAC5 (or 0x8DCAC5) is unknown color: approx Bermuda. HEX triplet: 8D, CA and C5. RGB value is (141,202,197). Sum of RGB (Red+Green+Blue) = 141+202+197=540 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.11% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCAC5 is #72353A. Grayscale: #B7B7B7. Windows color (decimal): -7484731 or 12962445. OLE color: 12962445.

HSL color Cylindrical-coordinate representation of color #8DCAC5: hue angle of 175.08º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DCAC5 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB141202197-
CMYK0.3000.020.21
HSL175.08º36.53%67.25%-
HSV(B)175.08º30.2%79.22%-
XYZ42.1851.9360.62-
YUV183.19135.7997.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.11%
GREEN value IS 202 (79.30% from 255) = 37.41%
BLUE value IS 197 (77.34% from 255) = 36.48%
R=26.11%
G=37.41%
B=36.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412021970.3000.020.21175.0836.5367.25
Hex8DCAC51E0215af2543
Octal21531230536022525745103
Binary1000110111001010110001011111001010101101011111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,202,197); }

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

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

 a { background-color: rgb(141,202,197); }

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

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

 span { border-color: rgb(141,202,197); }

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