#8BBFAD

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

Shades of Shadow Green #8BBFAD

Tints of Shadow Green #8BBFAD

Color information

#8BBFAD (or 0x8BBFAD) is unknown color: approx Shadow Green. HEX triplet: 8B, BF and AD. RGB value is (139,191,173). Sum of RGB (Red+Green+Blue) = 139+191+173=503 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.63% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 191 - color contains mainly: green. Hex color #8BBFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBFAD is #744052. Grayscale: #ADADAD. Windows color (decimal): -7618643 or 11386763. OLE color: 11386763.

HSL color Cylindrical-coordinate representation of color #8BBFAD: hue angle of 159.23º degrees, saturation: 0.29, 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 #8BBFAD is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB139191173-
CMYK0.2700.090.25
HSL159.23º28.89%64.71%-
HSV(B)159.23º27.23%74.9%-
XYZ36.8245.7746.43-
YUV173.4127.77103.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.63%
GREEN value IS 191 (75% from 255) = 37.97%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=27.63%
G=37.97%
B=34.39%

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
Decimal1391911730.2700.090.25159.2328.8964.71
Hex8BBFAD1B09199f1d41
Octal213277255330113123735101
Binary10001011101111111010110111011010011100110011111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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