#98AFA0

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

Shades of Summer Green #98AFA0

Tints of Summer Green #98AFA0

Color information

#98AFA0 (or 0x98AFA0) is unknown color: approx Summer Green. HEX triplet: 98, AF and A0. RGB value is (152,175,160). Sum of RGB (Red+Green+Blue) = 152+175+160=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #98AFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AFA0 is #67505F. Grayscale: #A6A6A6. Windows color (decimal): -6770784 or 10530712. OLE color: 10530712.

HSL color Cylindrical-coordinate representation of color #98AFA0: hue angle of 140.87º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98AFA0 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB152175160-
CMYK0.1300.090.31
HSL140.87º12.57%64.12%-
HSV(B)140.87º13.14%68.63%-
XYZ34.6239.8739.13-
YUV166.41124.38117.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.21%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 160 (62.89% from 255) = 32.85%
R=31.21%
G=35.93%
B=32.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521751600.1300.090.31140.8712.5764.12
Hex98AFA0D091F8dd40
Octal230257240150113721515100
Binary100110001010111110100000110101001111111000110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98AFA0; }

 p { color: rgb(152,175,160); }

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

<style>
 a { background-color: #98AFA0; }

 a { background-color: rgb(152,175,160); }

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

<style>
 span { border-color: #98AFA0; }

 span { border-color: rgb(152,175,160); }

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