#98BCAC

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

Shades of Skeptic #98BCAC

Tints of Skeptic #98BCAC

Color information

#98BCAC (or 0x98BCAC) is unknown color: approx Skeptic. HEX triplet: 98, BC and AC. RGB value is (152,188,172). Sum of RGB (Red+Green+Blue) = 152+188+172=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #98BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BCAC is #674353. Grayscale: #AFAFAF. Windows color (decimal): -6767444 or 11320472. OLE color: 11320472.

HSL color Cylindrical-coordinate representation of color #98BCAC: hue angle of 153.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98BCAC is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB152188172-
CMYK0.1900.090.26
HSL153.33º21.18%66.67%-
HSV(B)153.33º19.15%73.73%-
XYZ38.3845.6245.81-
YUV175.41126.07111.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.69%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=29.69%
G=36.72%
B=33.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521881720.1900.090.26153.3321.1866.67
Hex98BCAC13091A991543
Octal230274254230113223125103
Binary10011000101111001010110010011010011101010011001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,188,172); }

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

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

 a { background-color: rgb(152,188,172); }

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

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

 span { border-color: rgb(152,188,172); }

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