#99B5B5

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

Shades of Conch #99B5B5

Tints of Conch #99B5B5

Color information

#99B5B5 (or 0x99B5B5) is unknown color: approx Conch. HEX triplet: 99, B5 and B5. RGB value is (153,181,181). Sum of RGB (Red+Green+Blue) = 153+181+181=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 181 - color contains mainly: green, blue. Hex color #99B5B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B5B5 is #664A4A. Grayscale: #ACACAC. Windows color (decimal): -6703691 or 11908505. OLE color: 11908505.

HSL color Cylindrical-coordinate representation of color #99B5B5: hue angle of 180º 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 #99B5B5 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB153181181-
CMYK0.15000.29
HSL180º15.91%65.49%-
HSV(B)180º15.47%70.98%-
XYZ3843.1650.04-
YUV172.63132.72114-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.71%
GREEN value IS 181 (71.09% from 255) = 35.15%
BLUE value IS 181 (71.09% from 255) = 35.15%
R=29.71%
G=35.15%
B=35.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531811810.15000.2918015.9165.49
Hex99B5B5F001Db41041
Octal23126526517003526420101
Binary1001100110110101101101011111001110110110100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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