#99B6B3

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

Shades of Conch #99B6B3

Tints of Conch #99B6B3

Color information

#99B6B3 (or 0x99B6B3) is unknown color: approx Conch. HEX triplet: 99, B6 and B3. RGB value is (153,182,179). Sum of RGB (Red+Green+Blue) = 153+182+179=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 182 - color contains mainly: green. Hex color #99B6B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B6B3 is #66494C. Grayscale: #ACACAC. Windows color (decimal): -6703437 or 11777689. OLE color: 11777689.

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

Color convert

RGB153182179-
CMYK0.1600.020.29
HSL173.79º16.57%65.69%-
HSV(B)173.79º15.93%71.37%-
XYZ3843.4849.04-
YUV172.99131.39113.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.77%
GREEN value IS 182 (71.48% from 255) = 35.41%
BLUE value IS 179 (70.31% from 255) = 34.82%
R=29.77%
G=35.41%
B=34.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531821790.1600.020.29173.7916.5765.69
Hex99B6B310021Dae1142
Octal23126626320023525621102
Binary100110011011011010110011100000101110110101110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,182,179); }

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

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

 a { background-color: rgb(153,182,179); }

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

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

 span { border-color: rgb(153,182,179); }

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