#98B4AC

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

Shades of Conch #98B4AC

Tints of Conch #98B4AC

Color information

#98B4AC (or 0x98B4AC) is unknown color: approx Conch. HEX triplet: 98, B4 and AC. RGB value is (152,180,172). Sum of RGB (Red+Green+Blue) = 152+180+172=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 180 - color contains mainly: green. Hex color #98B4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B4AC is #674B53. Grayscale: #AAAAAA. Windows color (decimal): -6769492 or 11318424. OLE color: 11318424.

HSL color Cylindrical-coordinate representation of color #98B4AC: hue angle of 162.86º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98B4AC is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB152180172-
CMYK0.1600.040.29
HSL162.86º15.73%65.1%-
HSV(B)162.86º15.56%70.59%-
XYZ36.7242.345.26-
YUV170.72128.72114.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.16%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=30.16%
G=35.71%
B=34.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521801720.1600.040.29162.8615.7365.1
Hex98B4AC10041Da31041
Octal23026425420043524320101
Binary1001100010110100101011001000001001110110100011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,180,172); }

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

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

 a { background-color: rgb(152,180,172); }

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

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

 span { border-color: rgb(152,180,172); }

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