#8CC7BF

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

Shades of Bermuda #8CC7BF

Tints of Bermuda #8CC7BF

Color information

#8CC7BF (or 0x8CC7BF) is unknown color: approx Bermuda. HEX triplet: 8C, C7 and BF. RGB value is (140,199,191). Sum of RGB (Red+Green+Blue) = 140+199+191=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC7BF is #733840. Grayscale: #B4B4B4. Windows color (decimal): -7551041 or 12568460. OLE color: 12568460.

HSL color Cylindrical-coordinate representation of color #8CC7BF: hue angle of 171.86º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC7BF is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB140199191-
CMYK0.3000.040.22
HSL171.86º34.5%66.47%-
HSV(B)171.86º29.65%78.04%-
XYZ40.6450.1856.83-
YUV180.45133.9599.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.42%
GREEN value IS 199 (78.12% from 255) = 37.55%
BLUE value IS 191 (75% from 255) = 36.04%
R=26.42%
G=37.55%
B=36.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1401991910.3000.040.22171.8634.566.47
Hex8CC7BF1E0416ac2342
Octal21430727736042625443102
Binary10001100110001111011111111110010010110101011001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,199,191); }

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

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

 a { background-color: rgb(140,199,191); }

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

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

 span { border-color: rgb(140,199,191); }

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