#98B2A8

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

Shades of Skeptic #98B2A8

Tints of Skeptic #98B2A8

Color information

#98B2A8 (or 0x98B2A8) is unknown color: approx Skeptic. HEX triplet: 98, B2 and A8. RGB value is (152,178,168). Sum of RGB (Red+Green+Blue) = 152+178+168=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 178 - color contains mainly: green. Hex color #98B2A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B2A8 is #674D57. Grayscale: #A9A9A9. Windows color (decimal): -6770008 or 11055768. OLE color: 11055768.

HSL color Cylindrical-coordinate representation of color #98B2A8: hue angle of 156.92º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #98B2A8 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB152178168-
CMYK0.1500.060.30
HSL156.92º14.44%64.71%-
HSV(B)156.92º14.61%69.8%-
XYZ35.9441.3443.13-
YUV169.09127.39115.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.52%
GREEN value IS 178 (69.92% from 255) = 35.74%
BLUE value IS 168 (66.02% from 255) = 33.73%
R=30.52%
G=35.74%
B=33.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1521781680.1500.060.30156.9214.4464.71
Hex98B2A8F061E9de41
Octal23026225017063623516101
Binary10011000101100101010100011110110111101001110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,178,168); }

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

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

 a { background-color: rgb(152,178,168); }

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

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

 span { border-color: rgb(152,178,168); }

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