#8FC0C1

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

Shades of Shadow Green #8FC0C1

Tints of Shadow Green #8FC0C1

Color information

#8FC0C1 (or 0x8FC0C1) is unknown color: approx Shadow Green. HEX triplet: 8F, C0 and C1. RGB value is (143,192,193). Sum of RGB (Red+Green+Blue) = 143+192+193=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 193 - color contains mainly: blue. Hex color #8FC0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC0C1 is #703F3E. Grayscale: #B1B1B1. Windows color (decimal): -7356223 or 12697743. OLE color: 12697743.

HSL color Cylindrical-coordinate representation of color #8FC0C1: hue angle of 181.2º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FC0C1 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB143192193-
CMYK0.260.0100.24
HSL181.2º28.74%65.88%-
HSV(B)181.2º25.91%75.69%-
XYZ39.847.3957.5-
YUV177.46136.77103.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.08%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=27.08%
G=36.36%
B=36.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431921930.260.0100.24181.228.7465.88
Hex8FC0C11A1018b51d42
Octal21730030132103026535102
Binary10001111110000001100000111010101100010110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,192,193); }

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

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

 a { background-color: rgb(143,192,193); }

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

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

 span { border-color: rgb(143,192,193); }

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