#98BAAB

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

Shades of Skeptic #98BAAB

Tints of Skeptic #98BAAB

Color information

#98BAAB (or 0x98BAAB) is unknown color: approx Skeptic. HEX triplet: 98, BA and AB. RGB value is (152,186,171). Sum of RGB (Red+Green+Blue) = 152+186+171=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #98BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BAAB is #674554. Grayscale: #AEAEAE. Windows color (decimal): -6767957 or 11254424. OLE color: 11254424.

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

Color convert

RGB152186171-
CMYK0.1800.080.27
HSL153.53º19.77%66.27%-
HSV(B)153.53º18.28%72.94%-
XYZ37.8644.7345.17-
YUV174.12126.24112.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.86%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 171 (67.19% from 255) = 33.60%
R=29.86%
G=36.54%
B=33.60%

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
Decimal1521861710.1800.080.27153.5319.7766.27
Hex98BAAB12081B9a1442
Octal230272253220103323224102
Binary10011000101110101010101110010010001101110011010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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