#99B4B3

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

Shades of Conch #99B4B3

Tints of Conch #99B4B3

Color information

#99B4B3 (or 0x99B4B3) is unknown color: approx Conch. HEX triplet: 99, B4 and B3. RGB value is (153,180,179). Sum of RGB (Red+Green+Blue) = 153+180+179=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 180 - color contains mainly: green. Hex color #99B4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B4B3 is #664B4C. Grayscale: #ABABAB. Windows color (decimal): -6703949 or 11777177. OLE color: 11777177.

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

Color convert

RGB153180179-
CMYK0.1500.010.29
HSL177.78º15.25%65.29%-
HSV(B)177.78º15%70.59%-
XYZ37.5942.6748.9-
YUV171.81132.05114.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.88%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 179 (70.31% from 255) = 34.96%
R=29.88%
G=35.16%
B=34.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801790.1500.010.29177.7815.2565.29
Hex99B4B3F011Db2f41
Octal23126426317013526217101
Binary100110011011010010110011111101111011011001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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