#98BAAC

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

Shades of Skeptic #98BAAC

Tints of Skeptic #98BAAC

Color information

#98BAAC (or 0x98BAAC) is unknown color: approx Skeptic. HEX triplet: 98, BA and AC. RGB value is (152,186,172). Sum of RGB (Red+Green+Blue) = 152+186+172=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #98BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BAAC is #674553. Grayscale: #AEAEAE. Windows color (decimal): -6767956 or 11319960. OLE color: 11319960.

HSL color Cylindrical-coordinate representation of color #98BAAC: hue angle of 155.29º 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 #98BAAC is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB152186172-
CMYK0.1800.080.27
HSL155.29º19.77%66.27%-
HSV(B)155.29º18.28%72.94%-
XYZ37.9544.7745.67-
YUV174.24126.74112.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.80%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=29.80%
G=36.47%
B=33.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521861720.1800.080.27155.2919.7766.27
Hex98BAAC12081B9b1442
Octal230272254220103323324102
Binary10011000101110101010110010010010001101110011011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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