#8DCCC1

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

Shades of Bermuda #8DCCC1

Tints of Bermuda #8DCCC1

Color information

#8DCCC1 (or 0x8DCCC1) is unknown color: approx Bermuda. HEX triplet: 8D, CC and C1. RGB value is (141,204,193). Sum of RGB (Red+Green+Blue) = 141+204+193=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCCC1 is #72333E. Grayscale: #B7B7B7. Windows color (decimal): -7484223 or 12700813. OLE color: 12700813.

HSL color Cylindrical-coordinate representation of color #8DCCC1: hue angle of 169.52º degrees, saturation: 0.38, 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 #8DCCC1 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB141204193-
CMYK0.3100.050.2
HSL169.52º38.18%67.65%-
HSV(B)169.52º30.88%80%-
XYZ42.252.758.4-
YUV183.91133.1397.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.21%
GREEN value IS 204 (80.08% from 255) = 37.92%
BLUE value IS 193 (75.78% from 255) = 35.87%
R=26.21%
G=37.92%
B=35.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1412041930.3100.050.2169.5238.1867.65
Hex8DCCC11F0514aa2644
Octal21531430137052425246104
Binary10001101110011001100000111111010110100101010101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,204,193); }

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

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

 a { background-color: rgb(141,204,193); }

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

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

 span { border-color: rgb(141,204,193); }

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