#98BFAE

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

Shades of Skeptic #98BFAE

Tints of Skeptic #98BFAE

Color information

#98BFAE (or 0x98BFAE) is unknown color: approx Skeptic. HEX triplet: 98, BF and AE. RGB value is (152,191,174). Sum of RGB (Red+Green+Blue) = 152+191+174=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #98BFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BFAE is #674051. Grayscale: #B1B1B1. Windows color (decimal): -6766674 or 11452312. OLE color: 11452312.

HSL color Cylindrical-coordinate representation of color #98BFAE: hue angle of 153.85º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98BFAE is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB152191174-
CMYK0.2000.090.25
HSL153.85º23.35%67.25%-
HSV(B)153.85º20.42%74.9%-
XYZ39.2246.9947.05-
YUV177.4126.08109.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.40%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=29.40%
G=36.94%
B=33.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521911740.2000.090.25153.8523.3567.25
Hex98BFAE1409199a1743
Octal230277256240113123227103
Binary10011000101111111010111010100010011100110011010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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