#98AFA9

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

Shades of Conch #98AFA9

Tints of Conch #98AFA9

Color information

#98AFA9 (or 0x98AFA9) is unknown color: approx Conch. HEX triplet: 98, AF and A9. RGB value is (152,175,169). Sum of RGB (Red+Green+Blue) = 152+175+169=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #98AFA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AFA9 is #675056. Grayscale: #A7A7A7. Windows color (decimal): -6770775 or 11120536. OLE color: 11120536.

HSL color Cylindrical-coordinate representation of color #98AFA9: hue angle of 164.35º 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 #98AFA9 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB152175169-
CMYK0.1300.030.31
HSL164.35º12.57%64.12%-
HSV(B)164.35º13.14%68.63%-
XYZ35.4440.243.43-
YUV167.44128.88116.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.65%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 169 (66.41% from 255) = 34.07%
R=30.65%
G=35.28%
B=34.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521751690.1300.030.31164.3512.5764.12
Hex98AFA9D031Fa4d40
Octal23025725115033724415100
Binary1001100010101111101010011101011111111010010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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