#8AC0A3

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

Shades of Summer Green #8AC0A3

Tints of Summer Green #8AC0A3

Color information

#8AC0A3 (or 0x8AC0A3) is unknown color: approx Summer Green. HEX triplet: 8A, C0 and A3. RGB value is (138,192,163). Sum of RGB (Red+Green+Blue) = 138+192+163=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 163 (64.06% from 255 or 33.06% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC0A3 is #753F5C. Grayscale: #ACACAC. Windows color (decimal): -7683933 or 10731658. OLE color: 10731658.

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

Color convert

RGB138192163-
CMYK0.2800.150.25
HSL147.78º30%64.71%-
HSV(B)147.78º28.12%75.29%-
XYZ35.9445.7541.59-
YUV172.55122.61103.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.99%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 163 (64.06% from 255) = 33.06%
R=27.99%
G=38.95%
B=33.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381921630.2800.150.25147.783064.71
Hex8AC0A31C0F19941e41
Octal212300243340173122436101
Binary10001010110000001010001111100011111100110010100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,192,163); }

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

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

 a { background-color: rgb(138,192,163); }

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

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

 span { border-color: rgb(138,192,163); }

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