#98B7AD

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

Shades of Skeptic #98B7AD

Tints of Skeptic #98B7AD

Color information

#98B7AD (or 0x98B7AD) is unknown color: approx Skeptic. HEX triplet: 98, B7 and AD. RGB value is (152,183,173). Sum of RGB (Red+Green+Blue) = 152+183+173=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 183 - color contains mainly: green. Hex color #98B7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B7AD is #674852. Grayscale: #ACACAC. Windows color (decimal): -6768723 or 11384728. OLE color: 11384728.

HSL color Cylindrical-coordinate representation of color #98B7AD: hue angle of 160.65º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98B7AD is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB152183173-
CMYK0.1700.050.28
HSL160.65º17.71%65.69%-
HSV(B)160.65º16.94%71.76%-
XYZ37.4343.5645.97-
YUV172.59128.23113.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.92%
GREEN value IS 183 (71.88% from 255) = 36.02%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=29.92%
G=36.02%
B=34.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1521831730.1700.050.28160.6517.7165.69
Hex98B7AD11051Ca11242
Octal23026725521053424122102
Binary1001100010110111101011011000101011110010100001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,183,173); }

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

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

 a { background-color: rgb(152,183,173); }

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

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

 span { border-color: rgb(152,183,173); }

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