#98B1AD

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

Shades of Conch #98B1AD

Tints of Conch #98B1AD

Color information

#98B1AD (or 0x98B1AD) is unknown color: approx Conch. HEX triplet: 98, B1 and AD. RGB value is (152,177,173). Sum of RGB (Red+Green+Blue) = 152+177+173=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 177 - color contains mainly: green. Hex color #98B1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B1AD is #674E52. Grayscale: #A9A9A9. Windows color (decimal): -6770259 or 11383192. OLE color: 11383192.

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

Color convert

RGB152177173-
CMYK0.1400.020.31
HSL170.4º13.81%64.51%-
HSV(B)170.4º14.12%69.41%-
XYZ36.2141.1445.57-
YUV169.07130.22115.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.28%
GREEN value IS 177 (69.53% from 255) = 35.26%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=30.28%
G=35.26%
B=34.46%

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
Decimal1521771730.1400.020.31170.413.8164.51
Hex98B1ADE021Faae41
Octal23026125516023725216101
Binary1001100010110001101011011110010111111010101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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