#99B4AE

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

Shades of Conch #99B4AE

Tints of Conch #99B4AE

Color information

#99B4AE (or 0x99B4AE) is unknown color: approx Conch. HEX triplet: 99, B4 and AE. RGB value is (153,180,174). Sum of RGB (Red+Green+Blue) = 153+180+174=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 180 - color contains mainly: green. Hex color #99B4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B4AE is #664B51. Grayscale: #ABABAB. Windows color (decimal): -6703954 or 11449497. OLE color: 11449497.

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

Color convert

RGB153180174-
CMYK0.1500.030.29
HSL166.67º15.25%65.29%-
HSV(B)166.67º15%70.59%-
XYZ37.142.4746.29-
YUV171.24129.55114.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.18%
GREEN value IS 180 (70.70% from 255) = 35.50%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=30.18%
G=35.50%
B=34.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801740.1500.030.29166.6715.2565.29
Hex99B4AEF031Da7f41
Octal23126425617033524717101
Binary1001100110110100101011101111011111011010011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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