#98B1AC

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

Shades of Conch #98B1AC

Tints of Conch #98B1AC

Color information

#98B1AC (or 0x98B1AC) is unknown color: approx Conch. HEX triplet: 98, B1 and AC. RGB value is (152,177,172). Sum of RGB (Red+Green+Blue) = 152+177+172=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 177 - color contains mainly: green. Hex color #98B1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B1AC is #674E53. Grayscale: #A8A8A8. Windows color (decimal): -6770260 or 11317656. OLE color: 11317656.

HSL color Cylindrical-coordinate representation of color #98B1AC: hue angle of 168º 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 #98B1AC is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB152177172-
CMYK0.1400.030.31
HSL168º13.81%64.51%-
HSV(B)168º14.12%69.41%-
XYZ36.1241.145.06-
YUV168.96129.72115.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.34%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=30.34%
G=35.33%
B=34.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521771720.1400.030.3116813.8164.51
Hex98B1ACE031Fa8e41
Octal23026125416033725016101
Binary1001100010110001101011001110011111111010100011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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