#8DCAC2

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

Shades of Bermuda #8DCAC2

Tints of Bermuda #8DCAC2

Color information

#8DCAC2 (or 0x8DCAC2) is unknown color: approx Bermuda. HEX triplet: 8D, CA and C2. RGB value is (141,202,194). Sum of RGB (Red+Green+Blue) = 141+202+194=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCAC2 is #72353D. Grayscale: #B6B6B6. Windows color (decimal): -7484734 or 12765837. OLE color: 12765837.

HSL color Cylindrical-coordinate representation of color #8DCAC2: hue angle of 172.13º 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 #8DCAC2 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB141202194-
CMYK0.3000.040.21
HSL172.13º36.53%67.25%-
HSV(B)172.13º30.2%79.22%-
XYZ41.8451.858.83-
YUV182.85134.2998.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.26%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 194 (76.17% from 255) = 36.13%
R=26.26%
G=37.62%
B=36.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412021940.3000.040.21172.1336.5367.25
Hex8DCAC21E0415ac2543
Octal21531230236042525445103
Binary10001101110010101100001011110010010101101011001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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