#99B4B0

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

Shades of Conch #99B4B0

Tints of Conch #99B4B0

Color information

#99B4B0 (or 0x99B4B0) is unknown color: approx Conch. HEX triplet: 99, B4 and B0. RGB value is (153,180,176). Sum of RGB (Red+Green+Blue) = 153+180+176=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 180 - color contains mainly: green. Hex color #99B4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B4B0 is #664B4F. Grayscale: #ABABAB. Windows color (decimal): -6703952 or 11580569. OLE color: 11580569.

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

Color convert

RGB153180176-
CMYK0.1500.020.29
HSL171.11º15.25%65.29%-
HSV(B)171.11º15%70.59%-
XYZ37.2942.5547.32-
YUV171.47130.55114.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.06%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 176 (69.14% from 255) = 34.58%
R=30.06%
G=35.36%
B=34.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801760.1500.020.29171.1115.2565.29
Hex99B4B0F021Dabf41
Octal23126426017023525317101
Binary1001100110110100101100001111010111011010101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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