#98C1AD

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

Shades of Skeptic #98C1AD

Tints of Skeptic #98C1AD

Color information

#98C1AD (or 0x98C1AD) is unknown color: approx Skeptic. HEX triplet: 98, C1 and AD. RGB value is (152,193,173). Sum of RGB (Red+Green+Blue) = 152+193+173=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #98C1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C1AD is #673E52. Grayscale: #B2B2B2. Windows color (decimal): -6766163 or 11387288. OLE color: 11387288.

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

Color convert

RGB152193173-
CMYK0.2100.100.24
HSL150.73º24.85%67.65%-
HSV(B)150.73º21.24%75.69%-
XYZ39.5647.8346.68-
YUV178.46124.92109.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.34%
GREEN value IS 193 (75.78% from 255) = 37.26%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=29.34%
G=37.26%
B=33.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521931730.2100.100.24150.7324.8567.65
Hex98C1AD150A18971944
Octal230301255250123022731104
Binary10011000110000011010110110101010101100010010111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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