#8AC1B0

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

Shades of Shadow Green #8AC1B0

Tints of Shadow Green #8AC1B0

Color information

#8AC1B0 (or 0x8AC1B0) is unknown color: approx Shadow Green. HEX triplet: 8A, C1 and B0. RGB value is (138,193,176). Sum of RGB (Red+Green+Blue) = 138+193+176=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC1B0 is #753E4F. Grayscale: #AEAEAE. Windows color (decimal): -7683664 or 11583882. OLE color: 11583882.

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

Color convert

RGB138193176-
CMYK0.2800.090.24
HSL161.45º30.73%64.9%-
HSV(B)161.45º28.5%75.69%-
XYZ37.3946.6848.11-
YUV174.62128.78101.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.22%
GREEN value IS 193 (75.78% from 255) = 38.07%
BLUE value IS 176 (69.14% from 255) = 34.71%
R=27.22%
G=38.07%
B=34.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381931760.2800.090.24161.4530.7364.9
Hex8AC1B01C0918a11f41
Octal212301260340113024137101
Binary10001010110000011011000011100010011100010100001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,193,176); }

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

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

 a { background-color: rgb(138,193,176); }

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

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

 span { border-color: rgb(138,193,176); }

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