#98C5B6

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

Shades of Shadow Green #98C5B6

Tints of Shadow Green #98C5B6

Color information

#98C5B6 (or 0x98C5B6) is unknown color: approx Shadow Green. HEX triplet: 98, C5 and B6. RGB value is (152,197,182). Sum of RGB (Red+Green+Blue) = 152+197+182=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 197 - color contains mainly: green. Hex color #98C5B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C5B6 is #673A49. Grayscale: #B5B5B5. Windows color (decimal): -6765130 or 11978136. OLE color: 11978136.

HSL color Cylindrical-coordinate representation of color #98C5B6: hue angle of 160º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98C5B6 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB152197182-
CMYK0.2300.080.23
HSL160º27.95%68.43%-
HSV(B)160º22.84%77.25%-
XYZ41.3649.9951.72-
YUV181.83128.09106.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.63%
GREEN value IS 197 (77.34% from 255) = 37.10%
BLUE value IS 182 (71.48% from 255) = 34.27%
R=28.63%
G=37.10%
B=34.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521971820.2300.080.2316027.9568.43
Hex98C5B6170817a01c44
Octal230305266270102724034104
Binary10011000110001011011011010111010001011110100000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,197,182); }

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

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

 a { background-color: rgb(152,197,182); }

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

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

 span { border-color: rgb(152,197,182); }

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