#8AAF9B

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

Shades of Summer Green #8AAF9B

Tints of Summer Green #8AAF9B

Color information

#8AAF9B (or 0x8AAF9B) is unknown color: approx Summer Green. HEX triplet: 8A, AF and 9B. RGB value is (138,175,155). Sum of RGB (Red+Green+Blue) = 138+175+155=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF9B is #755064. Grayscale: #A1A1A1. Windows color (decimal): -7688293 or 10203018. OLE color: 10203018.

HSL color Cylindrical-coordinate representation of color #8AAF9B: hue angle of 147.57º 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 #8AAF9B is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB138175155-
CMYK0.2100.110.31
HSL147.57º18.78%61.37%-
HSV(B)147.57º21.14%68.63%-
XYZ31.7338.4336.76-
YUV161.66124.24111.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.49%
GREEN value IS 175 (68.75% from 255) = 37.39%
BLUE value IS 155 (60.94% from 255) = 33.12%
R=29.49%
G=37.39%
B=33.12%

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
Decimal1381751550.2100.110.31147.5718.7861.37
Hex8AAF9B150B1F94133d
Octal21225723325013372242375
Binary1000101010101111100110111010101011111111001010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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