#98AFAE

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

Shades of Conch #98AFAE

Tints of Conch #98AFAE

Color information

#98AFAE (or 0x98AFAE) is unknown color: approx Conch. HEX triplet: 98, AF and AE. RGB value is (152,175,174). Sum of RGB (Red+Green+Blue) = 152+175+174=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 175 - color contains mainly: green. Hex color #98AFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AFAE is #675051. Grayscale: #A7A7A7. Windows color (decimal): -6770770 or 11448216. OLE color: 11448216.

HSL color Cylindrical-coordinate representation of color #98AFAE: hue angle of 177.39º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98AFAE is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB152175174-
CMYK0.1300.010.31
HSL177.39º12.57%64.12%-
HSV(B)177.39º13.14%68.63%-
XYZ35.9240.3945.95-
YUV168.01131.38116.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.34%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=30.34%
G=34.93%
B=34.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521751740.1300.010.31177.3912.5764.12
Hex98AFAED011Fb1d40
Octal23025725615013726115100
Binary100110001010111110101110110101111111011000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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