#8AAF9C

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

Shades of Summer Green #8AAF9C

Tints of Summer Green #8AAF9C

Color information

#8AAF9C (or 0x8AAF9C) is unknown color: approx Summer Green. HEX triplet: 8A, AF and 9C. RGB value is (138,175,156). Sum of RGB (Red+Green+Blue) = 138+175+156=469 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.42% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF9C is #755063. Grayscale: #A1A1A1. Windows color (decimal): -7688292 or 10268554. OLE color: 10268554.

HSL color Cylindrical-coordinate representation of color #8AAF9C: hue angle of 149.19º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AAF9C is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB138175156-
CMYK0.2100.110.31
HSL149.19º18.78%61.37%-
HSV(B)149.19º21.14%68.63%-
XYZ31.8138.4637.2-
YUV161.77124.74111.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.42%
GREEN value IS 175 (68.75% from 255) = 37.31%
BLUE value IS 156 (61.33% from 255) = 33.26%
R=29.42%
G=37.31%
B=33.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381751560.2100.110.31149.1918.7861.37
Hex8AAF9C150B1F95133d
Octal21225723425013372252375
Binary1000101010101111100111001010101011111111001010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,175,156); }

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

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

 a { background-color: rgb(138,175,156); }

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

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

 span { border-color: rgb(138,175,156); }

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