#98C3AA

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

Shades of Skeptic #98C3AA

Tints of Skeptic #98C3AA

Color information

#98C3AA (or 0x98C3AA) is unknown color: approx Skeptic. HEX triplet: 98, C3 and AA. RGB value is (152,195,170). Sum of RGB (Red+Green+Blue) = 152+195+170=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 195 - color contains mainly: green. Hex color #98C3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C3AA is #673C55. Grayscale: #B3B3B3. Windows color (decimal): -6765654 or 11191192. OLE color: 11191192.

HSL color Cylindrical-coordinate representation of color #98C3AA: hue angle of 145.12º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98C3AA is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB152195170-
CMYK0.2200.130.24
HSL145.12º26.38%68.04%-
HSV(B)145.12º22.05%76.47%-
XYZ39.7248.6145.32-
YUV179.29122.75108.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.40%
GREEN value IS 195 (76.56% from 255) = 37.72%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=29.40%
G=37.72%
B=32.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521951700.2200.130.24145.1226.3868.04
Hex98C3AA160D18911a44
Octal230303252260153022132104
Binary10011000110000111010101010110011011100010010001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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