#98BCAE

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

Shades of Skeptic #98BCAE

Tints of Skeptic #98BCAE

Color information

#98BCAE (or 0x98BCAE) is unknown color: approx Skeptic. HEX triplet: 98, BC and AE. RGB value is (152,188,174). Sum of RGB (Red+Green+Blue) = 152+188+174=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #98BCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BCAE is #674351. Grayscale: #AFAFAF. Windows color (decimal): -6767442 or 11451544. OLE color: 11451544.

HSL color Cylindrical-coordinate representation of color #98BCAE: hue angle of 156.67º 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 #98BCAE is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB152188174-
CMYK0.1900.070.26
HSL156.67º21.18%66.67%-
HSV(B)156.67º19.15%73.73%-
XYZ38.5745.746.83-
YUV175.64127.07111.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.57%
GREEN value IS 188 (73.83% from 255) = 36.58%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=29.57%
G=36.58%
B=33.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521881740.1900.070.26156.6721.1866.67
Hex98BCAE13071A9d1543
Octal23027425623073223525103
Binary1001100010111100101011101001101111101010011101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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