#99B5AF

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

Shades of Conch #99B5AF

Tints of Conch #99B5AF

Color information

#99B5AF (or 0x99B5AF) is unknown color: approx Conch. HEX triplet: 99, B5 and AF. RGB value is (153,181,175). Sum of RGB (Red+Green+Blue) = 153+181+175=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 181 - color contains mainly: green. Hex color #99B5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B5AF is #664A50. Grayscale: #ABABAB. Windows color (decimal): -6703697 or 11515289. OLE color: 11515289.

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

Color convert

RGB153181175-
CMYK0.1500.030.29
HSL167.14º15.91%65.49%-
HSV(B)167.14º15.47%70.98%-
XYZ37.442.9246.87-
YUV171.94129.72114.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.06%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 175 (68.75% from 255) = 34.38%
R=30.06%
G=35.56%
B=34.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531811750.1500.030.29167.1415.9165.49
Hex99B5AFF031Da71041
Octal23126525717033524720101
Binary10011001101101011010111111110111110110100111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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