#98B4AD

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

Shades of Conch #98B4AD

Tints of Conch #98B4AD

Color information

#98B4AD (or 0x98B4AD) is unknown color: approx Conch. HEX triplet: 98, B4 and AD. RGB value is (152,180,173). Sum of RGB (Red+Green+Blue) = 152+180+173=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 180 - color contains mainly: green. Hex color #98B4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B4AD is #674B52. Grayscale: #AAAAAA. Windows color (decimal): -6769491 or 11383960. OLE color: 11383960.

HSL color Cylindrical-coordinate representation of color #98B4AD: hue angle of 165º 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 #98B4AD is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB152180173-
CMYK0.1600.040.29
HSL165º15.73%65.1%-
HSV(B)165º15.56%70.59%-
XYZ36.8142.3445.77-
YUV170.83129.22114.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.10%
GREEN value IS 180 (70.70% from 255) = 35.64%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=30.10%
G=35.64%
B=34.26%

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
Decimal1521801730.1600.040.2916515.7365.1
Hex98B4AD10041Da51041
Octal23026425520043524520101
Binary1001100010110100101011011000001001110110100101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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