#98BDAB

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

Shades of Skeptic #98BDAB

Tints of Skeptic #98BDAB

Color information

#98BDAB (or 0x98BDAB) is unknown color: approx Skeptic. HEX triplet: 98, BD and AB. RGB value is (152,189,171). Sum of RGB (Red+Green+Blue) = 152+189+171=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #98BDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BDAB is #674254. Grayscale: #AFAFAF. Windows color (decimal): -6767189 or 11255192. OLE color: 11255192.

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

Color convert

RGB152189171-
CMYK0.2000.100.26
HSL150.81º21.89%66.86%-
HSV(B)150.81º19.58%74.12%-
XYZ38.546.0145.38-
YUV175.88125.24110.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.69%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=29.69%
G=36.91%
B=33.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521891710.2000.100.26150.8121.8966.86
Hex98BDAB140A1A971643
Octal230275253240123222726103
Binary10011000101111011010101110100010101101010010111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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