#98C1AA

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

Shades of Skeptic #98C1AA

Tints of Skeptic #98C1AA

Color information

#98C1AA (or 0x98C1AA) is unknown color: approx Skeptic. HEX triplet: 98, C1 and AA. RGB value is (152,193,170). Sum of RGB (Red+Green+Blue) = 152+193+170=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #98C1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C1AA is #673E55. Grayscale: #B2B2B2. Windows color (decimal): -6766166 or 11190680. OLE color: 11190680.

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

Color convert

RGB152193170-
CMYK0.2100.120.24
HSL146.34º24.85%67.65%-
HSV(B)146.34º21.24%75.69%-
XYZ39.2747.7245.17-
YUV178.12123.42109.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.51%
GREEN value IS 193 (75.78% from 255) = 37.48%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=29.51%
G=37.48%
B=33.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521931700.2100.120.24146.3424.8567.65
Hex98C1AA150C18921944
Octal230301252250143022231104
Binary10011000110000011010101010101011001100010010010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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