#98BAAA

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

Shades of Skeptic #98BAAA

Tints of Skeptic #98BAAA

Color information

#98BAAA (or 0x98BAAA) is unknown color: approx Skeptic. HEX triplet: 98, BA and AA. RGB value is (152,186,170). Sum of RGB (Red+Green+Blue) = 152+186+170=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #98BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BAAA is #674555. Grayscale: #AEAEAE. Windows color (decimal): -6767958 or 11188888. OLE color: 11188888.

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

Color convert

RGB152186170-
CMYK0.1800.090.27
HSL151.76º19.77%66.27%-
HSV(B)151.76º18.28%72.94%-
XYZ37.7644.744.67-
YUV174.01125.74112.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.92%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=29.92%
G=36.61%
B=33.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521861700.1800.090.27151.7619.7766.27
Hex98BAAA12091B981442
Octal230272252220113323024102
Binary10011000101110101010101010010010011101110011000101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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