#98C2AF

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

Shades of Skeptic #98C2AF

Tints of Skeptic #98C2AF

Color information

#98C2AF (or 0x98C2AF) is unknown color: approx Skeptic. HEX triplet: 98, C2 and AF. RGB value is (152,194,175). Sum of RGB (Red+Green+Blue) = 152+194+175=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #98C2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C2AF is #673D50. Grayscale: #B3B3B3. Windows color (decimal): -6765905 or 11518616. OLE color: 11518616.

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

Color convert

RGB152194175-
CMYK0.2200.100.24
HSL152.86º25.61%67.84%-
HSV(B)152.86º21.65%76.08%-
XYZ39.9848.3547.78-
YUV179.28125.59108.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.17%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=29.17%
G=37.24%
B=33.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521941750.2200.100.24152.8625.6167.84
Hex98C2AF160A18991a44
Octal230302257260123023132104
Binary10011000110000101010111110110010101100010011001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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