#8AC2A1

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

Shades of Summer Green #8AC2A1

Tints of Summer Green #8AC2A1

Color information

#8AC2A1 (or 0x8AC2A1) is unknown color: approx Summer Green. HEX triplet: 8A, C2 and A1. RGB value is (138,194,161). Sum of RGB (Red+Green+Blue) = 138+194+161=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC2A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC2A1 is #753D5E. Grayscale: #ADADAD. Windows color (decimal): -7683423 or 10601098. OLE color: 10601098.

HSL color Cylindrical-coordinate representation of color #8AC2A1: hue angle of 144.64º 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 #8AC2A1 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB138194161-
CMYK0.2900.170.24
HSL144.64º31.46%65.1%-
HSV(B)144.64º28.87%76.08%-
XYZ36.2146.5640.8-
YUV173.49120.95102.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.99%
GREEN value IS 194 (76.17% from 255) = 39.35%
BLUE value IS 161 (63.28% from 255) = 32.66%
R=27.99%
G=39.35%
B=32.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381941610.2900.170.24144.6431.4665.1
Hex8AC2A11D01118911f41
Octal212302241350213022137101
Binary100010101100001010100001111010100011100010010001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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