#8CBFAD

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

Shades of Shadow Green #8CBFAD

Tints of Shadow Green #8CBFAD

Color information

#8CBFAD (or 0x8CBFAD) is unknown color: approx Shadow Green. HEX triplet: 8C, BF and AD. RGB value is (140,191,173). Sum of RGB (Red+Green+Blue) = 140+191+173=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBFAD is #734052. Grayscale: #ADADAD. Windows color (decimal): -7553107 or 11386764. OLE color: 11386764.

HSL color Cylindrical-coordinate representation of color #8CBFAD: hue angle of 158.82º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CBFAD is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB140191173-
CMYK0.2700.090.25
HSL158.82º28.49%64.9%-
HSV(B)158.82º26.7%74.9%-
XYZ36.9945.8546.44-
YUV173.7127.6103.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.78%
GREEN value IS 191 (75% from 255) = 37.90%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=27.78%
G=37.90%
B=34.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401911730.2700.090.25158.8228.4964.9
Hex8CBFAD1B09199f1c41
Octal214277255330113123734101
Binary10001100101111111010110111011010011100110011111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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