#98AEAB

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

Shades of Conch #98AEAB

Tints of Conch #98AEAB

Color information

#98AEAB (or 0x98AEAB) is unknown color: approx Conch. HEX triplet: 98, AE and AB. RGB value is (152,174,171). Sum of RGB (Red+Green+Blue) = 152+174+171=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 174 - color contains mainly: green. Hex color #98AEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AEAB is #675154. Grayscale: #A7A7A7. Windows color (decimal): -6771029 or 11251352. OLE color: 11251352.

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

Color convert

RGB152174171-
CMYK0.1300.020.32
HSL171.82º11.96%63.92%-
HSV(B)171.82º12.64%68.24%-
XYZ35.4439.8944.36-
YUV167.08130.21117.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.58%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 171 (67.19% from 255) = 34.41%
R=30.58%
G=35.01%
B=34.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521741710.1300.020.32171.8211.9663.92
Hex98AEABD0220acc40
Octal23025625315024025414100
Binary10011000101011101010101111010101000001010110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,174,171); }

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

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

 a { background-color: rgb(152,174,171); }

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

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

 span { border-color: rgb(152,174,171); }

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