#98ADA9

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

Shades of Conch #98ADA9

Tints of Conch #98ADA9

Color information

#98ADA9 (or 0x98ADA9) is unknown color: approx Conch. HEX triplet: 98, AD and A9. RGB value is (152,173,169). Sum of RGB (Red+Green+Blue) = 152+173+169=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 173 - color contains mainly: green. Hex color #98ADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ADA9 is #675256. Grayscale: #A6A6A6. Windows color (decimal): -6771287 or 11120024. OLE color: 11120024.

HSL color Cylindrical-coordinate representation of color #98ADA9: hue angle of 168.57º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98ADA9 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB152173169-
CMYK0.1200.020.32
HSL168.57º11.35%63.73%-
HSV(B)168.57º12.14%67.84%-
XYZ35.0539.4343.3-
YUV166.26129.54117.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.77%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 169 (66.41% from 255) = 34.21%
R=30.77%
G=35.02%
B=34.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521731690.1200.020.32168.5711.3563.73
Hex98ADA9C0220a9b40
Octal23025525114024025113100
Binary10011000101011011010100111000101000001010100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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