#8AC7A6

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

Shades of Summer Green #8AC7A6

Tints of Summer Green #8AC7A6

Color information

#8AC7A6 (or 0x8AC7A6) is unknown color: approx Summer Green. HEX triplet: 8A, C7 and A6. RGB value is (138,199,166). Sum of RGB (Red+Green+Blue) = 138+199+166=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 199 - color contains mainly: green. Hex color #8AC7A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC7A6 is #753859. Grayscale: #B1B1B1. Windows color (decimal): -7682138 or 10930058. OLE color: 10930058.

HSL color Cylindrical-coordinate representation of color #8AC7A6: hue angle of 147.54º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC7A6 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB138199166-
CMYK0.3100.170.22
HSL147.54º35.26%66.08%-
HSV(B)147.54º30.65%78.04%-
XYZ37.794943.54-
YUV177121.79100.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.44%
GREEN value IS 199 (78.12% from 255) = 39.56%
BLUE value IS 166 (65.23% from 255) = 33.00%
R=27.44%
G=39.56%
B=33.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1381991660.3100.170.22147.5435.2666.08
Hex8AC7A61F01116942342
Octal212307246370212622443102
Binary1000101011000111101001101111101000110110100101001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,199,166); }

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

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

 a { background-color: rgb(138,199,166); }

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

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

 span { border-color: rgb(138,199,166); }

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