#8AC2B1

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

Shades of Shadow Green #8AC2B1

Tints of Shadow Green #8AC2B1

Color information

#8AC2B1 (or 0x8AC2B1) is unknown color: approx Shadow Green. HEX triplet: 8A, C2 and B1. RGB value is (138,194,177). Sum of RGB (Red+Green+Blue) = 138+194+177=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC2B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC2B1 is #753D4E. Grayscale: #AFAFAF. Windows color (decimal): -7683407 or 11649674. OLE color: 11649674.

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

Color convert

RGB138194177-
CMYK0.2900.090.24
HSL161.79º31.46%65.1%-
HSV(B)161.79º28.87%76.08%-
XYZ37.7147.1648.71-
YUV175.32128.95101.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.11%
GREEN value IS 194 (76.17% from 255) = 38.11%
BLUE value IS 177 (69.53% from 255) = 34.77%
R=27.11%
G=38.11%
B=34.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381941770.2900.090.24161.7931.4665.1
Hex8AC2B11D0918a21f41
Octal212302261350113024237101
Binary10001010110000101011000111101010011100010100010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,194,177); }

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

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

 a { background-color: rgb(138,194,177); }

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

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

 span { border-color: rgb(138,194,177); }

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