#8DCFC5

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

Shades of Bermuda #8DCFC5

Tints of Bermuda #8DCFC5

Color information

#8DCFC5 (or 0x8DCFC5) is unknown color: approx Bermuda. HEX triplet: 8D, CF and C5. RGB value is (141,207,197). Sum of RGB (Red+Green+Blue) = 141+207+197=545 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.87% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCFC5 is #72303A. Grayscale: #BABABA. Windows color (decimal): -7483451 or 12963725. OLE color: 12963725.

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

Color convert

RGB141207197-
CMYK0.3200.050.19
HSL170.91º40.74%68.24%-
HSV(B)170.91º31.88%81.18%-
XYZ43.3854.3261.02-
YUV186.13134.1395.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.87%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 197 (77.34% from 255) = 36.15%
R=25.87%
G=37.98%
B=36.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412071970.3200.050.19170.9140.7468.24
Hex8DCFC5200513ab2944
Octal21531730540052325351104
Binary100011011100111111000101100000010110011101010111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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