#8AAF9A

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

Shades of Summer Green #8AAF9A

Tints of Summer Green #8AAF9A

Color information

#8AAF9A (or 0x8AAF9A) is unknown color: approx Summer Green. HEX triplet: 8A, AF and 9A. RGB value is (138,175,154). Sum of RGB (Red+Green+Blue) = 138+175+154=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF9A is #755065. Grayscale: #A1A1A1. Windows color (decimal): -7688294 or 10137482. OLE color: 10137482.

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

Color convert

RGB138175154-
CMYK0.2100.120.31
HSL145.95º18.78%61.37%-
HSV(B)145.95º21.14%68.63%-
XYZ31.6438.436.32-
YUV161.54123.74111.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.55%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 154 (60.55% from 255) = 32.98%
R=29.55%
G=37.47%
B=32.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381751540.2100.120.31145.9518.7861.37
Hex8AAF9A150C1F92133d
Octal21225723225014372222375
Binary1000101010101111100110101010101100111111001001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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