#98BDAC

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

Shades of Skeptic #98BDAC

Tints of Skeptic #98BDAC

Color information

#98BDAC (or 0x98BDAC) is unknown color: approx Skeptic. HEX triplet: 98, BD and AC. RGB value is (152,189,172). Sum of RGB (Red+Green+Blue) = 152+189+172=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 189 - color contains mainly: green. Hex color #98BDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BDAC is #674253. Grayscale: #B0B0B0. Windows color (decimal): -6767188 or 11320728. OLE color: 11320728.

HSL color Cylindrical-coordinate representation of color #98BDAC: hue angle of 152.43º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98BDAC is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB152189172-
CMYK0.2000.090.26
HSL152.43º21.89%66.86%-
HSV(B)152.43º19.58%74.12%-
XYZ38.5946.0545.88-
YUV176125.74110.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.63%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=29.63%
G=36.84%
B=33.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521891720.2000.090.26152.4321.8966.86
Hex98BDAC14091A981643
Octal230275254240113223026103
Binary10011000101111011010110010100010011101010011000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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