#8FC7C3

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

Shades of Bermuda #8FC7C3

Tints of Bermuda #8FC7C3

Color information

#8FC7C3 (or 0x8FC7C3) is unknown color: approx Bermuda. HEX triplet: 8F, C7 and C3. RGB value is (143,199,195). Sum of RGB (Red+Green+Blue) = 143+199+195=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC7C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC7C3 is #70383C. Grayscale: #B5B5B5. Windows color (decimal): -7354429 or 12830607. OLE color: 12830607.

HSL color Cylindrical-coordinate representation of color #8FC7C3: hue angle of 175.71º 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 #8FC7C3 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB143199195-
CMYK0.2800.020.22
HSL175.71º33.33%67.06%-
HSV(B)175.71º28.14%78.04%-
XYZ41.650.6359.21-
YUV181.8135.45100.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.63%
GREEN value IS 199 (78.12% from 255) = 37.06%
BLUE value IS 195 (76.56% from 255) = 36.31%
R=26.63%
G=37.06%
B=36.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1431991950.2800.020.22175.7133.3367.06
Hex8FC7C31C0216b02143
Octal21730730334022626041103
Binary1000111111000111110000111110001010110101100001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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