#98C1AF

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

Shades of Skeptic #98C1AF

Tints of Skeptic #98C1AF

Color information

#98C1AF (or 0x98C1AF) is unknown color: approx Skeptic. HEX triplet: 98, C1 and AF. RGB value is (152,193,175). Sum of RGB (Red+Green+Blue) = 152+193+175=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #98C1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C1AF is #673E50. Grayscale: #B2B2B2. Windows color (decimal): -6766161 or 11518360. OLE color: 11518360.

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

Color convert

RGB152193175-
CMYK0.2100.090.24
HSL153.66º24.85%67.65%-
HSV(B)153.66º21.24%75.69%-
XYZ39.7647.9147.71-
YUV178.69125.92108.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.23%
GREEN value IS 193 (75.78% from 255) = 37.12%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=29.23%
G=37.12%
B=33.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521931750.2100.090.24153.6624.8567.65
Hex98C1AF1509189a1944
Octal230301257250113023231104
Binary10011000110000011010111110101010011100010011010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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