#98B6AB

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

Shades of Skeptic #98B6AB

Tints of Skeptic #98B6AB

Color information

#98B6AB (or 0x98B6AB) is unknown color: approx Skeptic. HEX triplet: 98, B6 and AB. RGB value is (152,182,171). Sum of RGB (Red+Green+Blue) = 152+182+171=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 182 - color contains mainly: green. Hex color #98B6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B6AB is #674954. Grayscale: #ABABAB. Windows color (decimal): -6768981 or 11253400. OLE color: 11253400.

HSL color Cylindrical-coordinate representation of color #98B6AB: hue angle of 158º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98B6AB is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB152182171-
CMYK0.1600.060.29
HSL158º17.05%65.49%-
HSV(B)158º16.48%71.37%-
XYZ37.0343.0744.89-
YUV171.78127.56113.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.10%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 171 (67.19% from 255) = 33.86%
R=30.10%
G=36.04%
B=33.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521821710.1600.060.2915817.0565.49
Hex98B6AB10061D9e1141
Octal23026625320063523621101
Binary1001100010110110101010111000001101110110011110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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