#98BAAF

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

Shades of Shadow Green #98BAAF

Tints of Shadow Green #98BAAF

Color information

#98BAAF (or 0x98BAAF) is unknown color: approx Shadow Green. HEX triplet: 98, BA and AF. RGB value is (152,186,175). Sum of RGB (Red+Green+Blue) = 152+186+175=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #98BAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BAAF is #674550. Grayscale: #AEAEAE. Windows color (decimal): -6767953 or 11516568. OLE color: 11516568.

HSL color Cylindrical-coordinate representation of color #98BAAF: hue angle of 160.59º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98BAAF is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB152186175-
CMYK0.1800.060.27
HSL160.59º19.77%66.27%-
HSV(B)160.59º18.28%72.94%-
XYZ38.2544.8947.21-
YUV174.58128.24111.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.63%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=29.63%
G=36.26%
B=34.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521861750.1800.060.27160.5919.7766.27
Hex98BAAF12061Ba11442
Octal23027225722063324124102
Binary1001100010111010101011111001001101101110100001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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