#98B0AD

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

Shades of Conch #98B0AD

Tints of Conch #98B0AD

Color information

#98B0AD (or 0x98B0AD) is unknown color: approx Conch. HEX triplet: 98, B0 and AD. RGB value is (152,176,173). Sum of RGB (Red+Green+Blue) = 152+176+173=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 176 - color contains mainly: green. Hex color #98B0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B0AD is #674F52. Grayscale: #A8A8A8. Windows color (decimal): -6770515 or 11382936. OLE color: 11382936.

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

Color convert

RGB152176173-
CMYK0.1400.020.31
HSL172.5º13.19%64.31%-
HSV(B)172.5º13.64%69.02%-
XYZ36.0240.7445.5-
YUV168.48130.55116.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.34%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=30.34%
G=35.13%
B=34.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521761730.1400.020.31172.513.1964.31
Hex98B0ADE021Facd40
Octal23026025516023725415100
Binary1001100010110000101011011110010111111010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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