#98AFAD

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

Shades of Conch #98AFAD

Tints of Conch #98AFAD

Color information

#98AFAD (or 0x98AFAD) is unknown color: approx Conch. HEX triplet: 98, AF and AD. RGB value is (152,175,173). Sum of RGB (Red+Green+Blue) = 152+175+173=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 175 - color contains mainly: green. Hex color #98AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AFAD is #675052. Grayscale: #A7A7A7. Windows color (decimal): -6770771 or 11382680. OLE color: 11382680.

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

Color convert

RGB152175173-
CMYK0.1300.010.31
HSL174.78º12.57%64.12%-
HSV(B)174.78º13.14%68.63%-
XYZ35.8240.3545.44-
YUV167.9130.88116.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.4%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=30.4%
G=35%
B=34.6%

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
Decimal1521751730.1300.010.31174.7812.5764.12
Hex98AFADD011Fafd40
Octal23025725515013725715100
Binary100110001010111110101101110101111111010111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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