#98AD9F

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

Shades of Summer Green #98AD9F

Tints of Summer Green #98AD9F

Color information

#98AD9F (or 0x98AD9F) is unknown color: approx Summer Green. HEX triplet: 98, AD and 9F. RGB value is (152,173,159). Sum of RGB (Red+Green+Blue) = 152+173+159=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AD9F is #675260. Grayscale: #A5A5A5. Windows color (decimal): -6771297 or 10464664. OLE color: 10464664.

HSL color Cylindrical-coordinate representation of color #98AD9F: hue angle of 140º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98AD9F is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB152173159-
CMYK0.1200.080.32
HSL140º11.35%63.73%-
HSV(B)140º12.14%67.84%-
XYZ34.1539.0738.54-
YUV165.12124.54118.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.40%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 159 (62.5% from 255) = 32.85%
R=31.40%
G=35.74%
B=32.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521731590.1200.080.3214011.3563.73
Hex98AD9FC08208cb40
Octal230255237140104021413100
Binary1001100010101101100111111100010001000001000110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,173,159); }

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

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

 a { background-color: rgb(152,173,159); }

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

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

 span { border-color: rgb(152,173,159); }

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