#98BDAF

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

Shades of Skeptic #98BDAF

Tints of Skeptic #98BDAF

Color information

#98BDAF (or 0x98BDAF) is unknown color: approx Skeptic. HEX triplet: 98, BD and AF. RGB value is (152,189,175). Sum of RGB (Red+Green+Blue) = 152+189+175=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #98BDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BDAF is #674250. Grayscale: #B0B0B0. Windows color (decimal): -6767185 or 11517336. OLE color: 11517336.

HSL color Cylindrical-coordinate representation of color #98BDAF: hue angle of 157.3º 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 #98BDAF is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB152189175-
CMYK0.2000.070.26
HSL157.3º21.89%66.86%-
HSV(B)157.3º19.58%74.12%-
XYZ38.8846.1747.42-
YUV176.34127.24110.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.46%
GREEN value IS 189 (74.22% from 255) = 36.63%
BLUE value IS 175 (68.75% from 255) = 33.91%
R=29.46%
G=36.63%
B=33.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521891750.2000.070.26157.321.8966.86
Hex98BDAF14071A9d1643
Octal23027525724073223526103
Binary1001100010111101101011111010001111101010011101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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