#8FC7BE

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

Shades of Bermuda #8FC7BE

Tints of Bermuda #8FC7BE

Color information

#8FC7BE (or 0x8FC7BE) is unknown color: approx Bermuda. HEX triplet: 8F, C7 and BE. RGB value is (143,199,190). Sum of RGB (Red+Green+Blue) = 143+199+190=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC7BE is #703841. Grayscale: #B5B5B5. Windows color (decimal): -7354434 or 12502927. OLE color: 12502927.

HSL color Cylindrical-coordinate representation of color #8FC7BE: hue angle of 170.36º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FC7BE is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB143199190-
CMYK0.2800.050.22
HSL170.36º33.33%67.06%-
HSV(B)170.36º28.14%78.04%-
XYZ41.0550.456.28-
YUV181.23132.95100.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.88%
GREEN value IS 199 (78.12% from 255) = 37.41%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=26.88%
G=37.41%
B=35.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1431991900.2800.050.22170.3633.3367.06
Hex8FC7BE1C0516aa2143
Octal21730727634052625241103
Binary10001111110001111011111011100010110110101010101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,199,190); }

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

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

 a { background-color: rgb(143,199,190); }

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

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

 span { border-color: rgb(143,199,190); }

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