#98B5AF

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

Shades of Conch #98B5AF

Tints of Conch #98B5AF

Color information

#98B5AF (or 0x98B5AF) is unknown color: approx Conch. HEX triplet: 98, B5 and AF. RGB value is (152,181,175). Sum of RGB (Red+Green+Blue) = 152+181+175=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 181 - color contains mainly: green. Hex color #98B5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B5AF is #674A50. Grayscale: #ABABAB. Windows color (decimal): -6769233 or 11515288. OLE color: 11515288.

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

Color convert

RGB152181175-
CMYK0.1600.030.29
HSL167.59º16.38%65.29%-
HSV(B)167.59º16.02%70.98%-
XYZ37.2142.8246.86-
YUV171.64129.89113.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.92%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=29.92%
G=35.63%
B=34.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521811750.1600.030.29167.5916.3865.29
Hex98B5AF10031Da81041
Octal23026525720033525020101
Binary100110001011010110101111100000111110110101000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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