#98B7AA

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

Shades of Skeptic #98B7AA

Tints of Skeptic #98B7AA

Color information

#98B7AA (or 0x98B7AA) is unknown color: approx Skeptic. HEX triplet: 98, B7 and AA. RGB value is (152,183,170). Sum of RGB (Red+Green+Blue) = 152+183+170=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 183 - color contains mainly: green. Hex color #98B7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B7AA is #674855. Grayscale: #ACACAC. Windows color (decimal): -6768726 or 11188120. OLE color: 11188120.

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

Color convert

RGB152183170-
CMYK0.1700.070.28
HSL154.84º17.71%65.69%-
HSV(B)154.84º16.94%71.76%-
XYZ37.1443.4444.46-
YUV172.25126.73113.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.10%
GREEN value IS 183 (71.88% from 255) = 36.24%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=30.10%
G=36.24%
B=33.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1521831700.1700.070.28154.8417.7165.69
Hex98B7AA11071C9b1242
Octal23026725221073423322102
Binary1001100010110111101010101000101111110010011011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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