#99B0AE

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

Shades of Conch #99B0AE

Tints of Conch #99B0AE

Color information

#99B0AE (or 0x99B0AE) is unknown color: approx Conch. HEX triplet: 99, B0 and AE. RGB value is (153,176,174). Sum of RGB (Red+Green+Blue) = 153+176+174=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 176 - color contains mainly: green. Hex color #99B0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B0AE is #664F51. Grayscale: #A8A8A8. Windows color (decimal): -6704978 or 11448473. OLE color: 11448473.

HSL color Cylindrical-coordinate representation of color #99B0AE: hue angle of 174.78º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99B0AE is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB153176174-
CMYK0.1300.010.31
HSL174.78º12.71%64.51%-
HSV(B)174.78º13.07%69.02%-
XYZ36.340.8846.02-
YUV168.9130.88116.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.42%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=30.42%
G=34.99%
B=34.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531761740.1300.010.31174.7812.7164.51
Hex99B0AED011Fafd41
Octal23126025615013725715101
Binary100110011011000010101110110101111111010111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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