#99B4B4

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

Shades of Conch #99B4B4

Tints of Conch #99B4B4

Color information

#99B4B4 (or 0x99B4B4) is unknown color: approx Conch. HEX triplet: 99, B4 and B4. RGB value is (153,180,180). Sum of RGB (Red+Green+Blue) = 153+180+180=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 180 - color contains mainly: green, blue. Hex color #99B4B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B4B4 is #664B4B. Grayscale: #ABABAB. Windows color (decimal): -6703948 or 11842713. OLE color: 11842713.

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

Color convert

RGB153180180-
CMYK0.15000.29
HSL180º15.25%65.29%-
HSV(B)180º15%70.59%-
XYZ37.742.7149.44-
YUV171.93132.55114.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.82%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=29.82%
G=35.09%
B=35.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801800.15000.2918015.2565.29
Hex99B4B4F001Db4f41
Octal23126426417003526417101
Binary100110011011010010110100111100111011011010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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