#98B2AF

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

Shades of Conch #98B2AF

Tints of Conch #98B2AF

Color information

#98B2AF (or 0x98B2AF) is unknown color: approx Conch. HEX triplet: 98, B2 and AF. RGB value is (152,178,175). Sum of RGB (Red+Green+Blue) = 152+178+175=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 178 - color contains mainly: green. Hex color #98B2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B2AF is #674D50. Grayscale: #A9A9A9. Windows color (decimal): -6770001 or 11514520. OLE color: 11514520.

HSL color Cylindrical-coordinate representation of color #98B2AF: hue angle of 173.08º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #98B2AF is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB152178175-
CMYK0.1500.020.30
HSL173.08º14.44%64.71%-
HSV(B)173.08º14.61%69.8%-
XYZ36.6141.6146.66-
YUV169.88130.89115.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.10%
GREEN value IS 178 (69.92% from 255) = 35.25%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=30.10%
G=35.25%
B=34.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1521781750.1500.020.30173.0814.4464.71
Hex98B2AFF021Eade41
Octal23026225717023625516101
Binary1001100010110010101011111111010111101010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,178,175); }

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

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

 a { background-color: rgb(152,178,175); }

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

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

 span { border-color: rgb(152,178,175); }

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