#98BDAE

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

Shades of Skeptic #98BDAE

Tints of Skeptic #98BDAE

Color information

#98BDAE (or 0x98BDAE) is unknown color: approx Skeptic. HEX triplet: 98, BD and AE. RGB value is (152,189,174). Sum of RGB (Red+Green+Blue) = 152+189+174=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #98BDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BDAE is #674251. Grayscale: #B0B0B0. Windows color (decimal): -6767186 or 11451800. OLE color: 11451800.

HSL color Cylindrical-coordinate representation of color #98BDAE: hue angle of 155.68º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98BDAE is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB152189174-
CMYK0.2000.080.26
HSL155.68º21.89%66.86%-
HSV(B)155.68º19.58%74.12%-
XYZ38.7946.1346.9-
YUV176.23126.74110.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.51%
GREEN value IS 189 (74.22% from 255) = 36.70%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=29.51%
G=36.70%
B=33.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521891740.2000.080.26155.6821.8966.86
Hex98BDAE14081A9c1643
Octal230275256240103223426103
Binary10011000101111011010111010100010001101010011100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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