#98AFAA

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

Shades of Conch #98AFAA

Tints of Conch #98AFAA

Color information

#98AFAA (or 0x98AFAA) is unknown color: approx Conch. HEX triplet: 98, AF and AA. RGB value is (152,175,170). Sum of RGB (Red+Green+Blue) = 152+175+170=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 175 - color contains mainly: green. Hex color #98AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AFAA is #675055. Grayscale: #A7A7A7. Windows color (decimal): -6770774 or 11186072. OLE color: 11186072.

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

Color convert

RGB152175170-
CMYK0.1300.030.31
HSL166.96º12.57%64.12%-
HSV(B)166.96º13.14%68.63%-
XYZ35.5340.2443.92-
YUV167.55129.38116.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.58%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=30.58%
G=35.21%
B=34.21%

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
Decimal1521751700.1300.030.31166.9612.5764.12
Hex98AFAAD031Fa7d40
Octal23025725215033724715100
Binary1001100010101111101010101101011111111010011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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