#8DCDC0

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

Shades of Bermuda #8DCDC0

Tints of Bermuda #8DCDC0

Color information

#8DCDC0 (or 0x8DCDC0) is unknown color: approx Bermuda. HEX triplet: 8D, CD and C0. RGB value is (141,205,192). Sum of RGB (Red+Green+Blue) = 141+205+192=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCDC0 is #72323F. Grayscale: #B8B8B8. Windows color (decimal): -7483968 or 12635533. OLE color: 12635533.

HSL color Cylindrical-coordinate representation of color #8DCDC0: hue angle of 167.81º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCDC0 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB141205192-
CMYK0.3100.060.20
HSL167.81º39.02%67.84%-
HSV(B)167.81º31.22%80.39%-
XYZ42.3353.1357.89-
YUV184.38132.397.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.21%
GREEN value IS 205 (80.47% from 255) = 38.10%
BLUE value IS 192 (75.39% from 255) = 35.69%
R=26.21%
G=38.10%
B=35.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051920.3100.060.20167.8139.0267.84
Hex8DCDC01F0614a82744
Octal21531530037062425047104
Binary10001101110011011100000011111011010100101010001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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